mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 02:05:43 +08:00
refs #488, allow to select items in views and clear the console
This commit is contained in:
committed by
Mathew Sutcliffe
parent
54ed4140d3
commit
1b75f068be
@@ -32,14 +32,6 @@ namespace BlackGui
|
||||
|
||||
//! Set mode
|
||||
void setMode(BlackGui::Models::CStatusMessageListModel::Mode mode);
|
||||
|
||||
signals:
|
||||
//! Message has been selected
|
||||
void messageSelected(const BlackMisc::CStatusMessage &statusMessage);
|
||||
|
||||
private:
|
||||
//! Message selected
|
||||
void ps_messageSelected(const QModelIndex &index);
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user