mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-07 06:36:29 +02:00
Cleanup
This commit is contained in:
@@ -59,15 +59,6 @@ bool WindowCtrl::thunderbirdStart() const
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Get the number of visible windows.
|
||||
*/
|
||||
int WindowCtrl::visibleWindows()
|
||||
{
|
||||
return getVisibleWindows();
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Test func 1
|
||||
*/
|
||||
|
||||
@@ -47,13 +47,6 @@ class WindowCtrl : public QObject
|
||||
*/
|
||||
bool thunderbirdStart() const;
|
||||
|
||||
/**
|
||||
* @brief visibleWindows. Get the number of visible windows.
|
||||
*
|
||||
* @return The number of windows.
|
||||
*/
|
||||
int visibleWindows();
|
||||
|
||||
signals:
|
||||
|
||||
// void signalShow();
|
||||
|
||||
Reference in New Issue
Block a user