mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
* context menu * timer based component can fire directly * View base class (non templated) so it can use Q_OBJECT
This commit is contained in:
@@ -27,13 +27,6 @@ namespace BlackGui
|
||||
|
||||
//! Constructor
|
||||
explicit CStatusMessageView(QWidget *parent = nullptr);
|
||||
|
||||
private:
|
||||
QMenu *m_contextMenu;
|
||||
|
||||
private slots:
|
||||
//! Context menu for message list
|
||||
void contextMenu(const QPoint &position);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user