mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
refs #768, allow to clear log component
This commit is contained in:
@@ -71,6 +71,9 @@ namespace BlackGui
|
||||
//! Show log details
|
||||
void showDetails(bool details);
|
||||
|
||||
//! Clear
|
||||
void clear();
|
||||
|
||||
signals:
|
||||
//! Make me visible
|
||||
void requestAttention();
|
||||
@@ -103,7 +106,6 @@ namespace BlackGui
|
||||
|
||||
private:
|
||||
QAction *m_action = nullptr;
|
||||
|
||||
};
|
||||
};
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user