diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-07 12:24:09 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-07 12:24:09 +0300 |
commit | 896fe069b6e1f0406ba483dd82480e32ffe2a5df (patch) | |
tree | 53aa546185b39970093b180344d75b775ca5b7f3 /CMakeLists.txt | |
parent | Put back removed links (diff) | |
download | nheko-896fe069b6e1f0406ba483dd82480e32ffe2a5df.tar.xz |
Use proxy objects on lambdas instead of raw pointers
When the object is destroyed the connections will be removed automatically by Qt. fixes #433
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e6f93445..42990445 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -333,6 +333,7 @@ qt5_wrap_cpp(MOC_HEADERS src/CommunitiesList.h src/LoginPage.h src/MainWindow.h + src/MatrixClient.h src/InviteeItem.h src/QuickSwitcher.h src/RegisterPage.h |