diff options
| author | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2020-07-29 17:38:48 +0200 |
|---|---|---|
| committer | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2020-07-29 17:38:48 +0200 |
| commit | ec36fa958d13da26ad6e110e9306ea017f50ced8 (patch) | |
| tree | 25f6693ad257068f2ee1d86de019cfec6ad0499e /src/main_qmladaptor.h | |
| parent | f79085abfaa24ba7b70ea067519ebdf13b358cf7 (diff) | |
| download | RWA.Support.DesktopApp-ec36fa958d13da26ad6e110e9306ea017f50ced8.tar.gz RWA.Support.DesktopApp-ec36fa958d13da26ad6e110e9306ea017f50ced8.tar.bz2 RWA.Support.DesktopApp-ec36fa958d13da26ad6e110e9306ea017f50ced8.zip | |
Add showWindow() function
Diffstat (limited to 'src/main_qmladaptor.h')
| -rw-r--r-- | src/main_qmladaptor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main_qmladaptor.h b/src/main_qmladaptor.h index eb88b3a..5cf2c9a 100644 --- a/src/main_qmladaptor.h +++ b/src/main_qmladaptor.h @@ -41,6 +41,7 @@ signals: void messageDialogIconChanged(int iconindex); void minimizeWindow(); + void showWindow(); void onConnectButtonClick(bool checked); |
