diff options
| author | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2020-07-28 03:52:45 +0200 |
|---|---|---|
| committer | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2020-07-28 03:52:45 +0200 |
| commit | a4de2a1cdae7fb3c8ff993cc473a4bb24509f57b (patch) | |
| tree | 0f14d1db11df5953a5d85c8b63f92ca9624901fd /src/main_qmladaptor.h | |
| parent | 755a279d8588ed68a9ed5e1a12bd3a8c3e7dbd37 (diff) | |
| download | RWA.Support.DesktopApp-a4de2a1cdae7fb3c8ff993cc473a4bb24509f57b.tar.gz RWA.Support.DesktopApp-a4de2a1cdae7fb3c8ff993cc473a4bb24509f57b.tar.bz2 RWA.Support.DesktopApp-a4de2a1cdae7fb3c8ff993cc473a4bb24509f57b.zip | |
Minimize main window when support partner connects
Diffstat (limited to 'src/main_qmladaptor.h')
| -rw-r--r-- | src/main_qmladaptor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main_qmladaptor.h b/src/main_qmladaptor.h index 30aae97..630e961 100644 --- a/src/main_qmladaptor.h +++ b/src/main_qmladaptor.h @@ -38,6 +38,8 @@ signals: void messageDialogTitleChanged(QString title); void messageDialogIconChanged(int iconindex); + void minimizeWindow(); + // static void onCloseSignal(); //protected: |
