diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-06-02 18:04:51 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-06-02 18:04:51 +0300 |
commit | b8c8fed655bd54b9bc805fd599577e87a239788d (patch) | |
tree | 070faafcc3921f2e14db26d882df83d65ee4e811 /CMakeLists.txt | |
parent | Don't mark messages from local user as unread (diff) | |
download | nheko-b8c8fed655bd54b9bc805fd599577e87a239788d.tar.xz |
Show confirmation dialog on logout
Minor stylistic refactoring closes #29
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f50f618d..f6f88e4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,6 +94,7 @@ set(SRC_FILES src/Login.cc src/LoginPage.cc src/LoginSettings.cc + src/LogoutDialog.cc src/MainWindow.cc src/MatrixClient.cc src/Profile.cc @@ -171,6 +172,7 @@ qt5_wrap_cpp(MOC_HEADERS include/TimelineViewManager.h include/LoginPage.h include/LoginSettings.h + include/LogoutDialog.h include/MainWindow.h include/MatrixClient.h include/RegisterPage.h |