mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Ref T506, context menu for user view -> COM text messages
This commit is contained in:
committed by
Mat Sutcliffe
parent
33a3984588
commit
fee2f8c5a0
@@ -48,10 +48,13 @@ namespace BlackGui
|
||||
//! Number of users
|
||||
int countUsers() const;
|
||||
|
||||
public slots:
|
||||
//! Update users
|
||||
void update();
|
||||
|
||||
signals:
|
||||
//! Request a text message
|
||||
void requestTextMessageWidget(const BlackMisc::Aviation::CCallsign &callsign);
|
||||
|
||||
private:
|
||||
//! Number of elements changed
|
||||
void onCountChanged(int count, bool withFilter);
|
||||
|
||||
Reference in New Issue
Block a user