Update pluginmenu.cpp
This commit is contained in:
parent
28b4a090f3
commit
aec594f0b8
|
|
@ -40,9 +40,8 @@ void PlugInMenu_Add( QMenu* plugin_menu, IPlugIn* pPlugIn ){
|
||||||
QMenu *menu;
|
QMenu *menu;
|
||||||
const char *menuText;
|
const char *menuText;
|
||||||
MenuStack menuStack;
|
MenuStack menuStack;
|
||||||
|
|
||||||
std::size_t nCount = pPlugIn->getCommandCount();
|
std::size_t nCount = pPlugIn->getCommandCount();
|
||||||
|
|
||||||
{
|
{
|
||||||
globalErrorStream() << pPlugIn->getMenuName() << " count: " << nCount << "\n";
|
globalErrorStream() << pPlugIn->getMenuName() << " count: " << nCount << "\n";
|
||||||
if (nCount > 1) {
|
if (nCount > 1) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user