mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
refs #352, bug due to renaming fixed
This commit is contained in:
@@ -110,7 +110,9 @@ namespace BlackGui
|
||||
Q_ASSERT(c);
|
||||
signalMapperToggleFloating->setMapping(toggleFloatingMenuAction, i);
|
||||
}
|
||||
c = connect(signalMapperToggleFloating, SIGNAL(mapped(int)), this, SLOT(toggleFloating(int)));
|
||||
|
||||
// new syntax not yet possible because of overloaded signal
|
||||
c = connect(signalMapperToggleFloating, SIGNAL(mapped(int)), this, SLOT(toggleFloatingByIndex(int)));
|
||||
Q_ASSERT(c);
|
||||
|
||||
menu->addMenu(subMenuDisplay);
|
||||
|
||||
Reference in New Issue
Block a user