mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
8194726857
commit
53de0d56b9
@@ -562,7 +562,7 @@ namespace BlackGui
|
||||
QScopedPointer<QMenu> contextMenu(new QMenu(this));
|
||||
this->addToContextMenu(contextMenu.data());
|
||||
QAction *selectedItem = contextMenu.data()->exec(globalPos);
|
||||
Q_UNUSED(selectedItem);
|
||||
Q_UNUSED(selectedItem)
|
||||
}
|
||||
|
||||
void CDockWidget::onVisibilityChanged(bool visible)
|
||||
|
||||
Reference in New Issue
Block a user