This commit is contained in:
Ximi1970
2020-08-02 19:53:32 +02:00
parent d96f6def10
commit d6242fd109
2 changed files with 0 additions and 16 deletions

View File

@@ -59,15 +59,6 @@ bool WindowCtrl::thunderbirdStart() const
}
/*
* Get the number of visible windows.
*/
int WindowCtrl::visibleWindows()
{
return getVisibleWindows();
}
/*
* Test func 1
*/

View File

@@ -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();