summary refs log tree commit diff
path: root/src/MainWindow.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-11 13:41:46 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-11 13:41:46 +0300
commit05585ff8cf9ef090c7158af47d99df835a22686d (patch)
tree6599b9b5674bb780e174667a9b9dee079f5a4b30 /src/MainWindow.cc
parentAdd scrollbar in the settings menu (diff)
downloadnheko-05585ff8cf9ef090c7158af47d99df835a22686d.tar.xz
Make explicit that MatrixClient & Cache are unique pointers
Diffstat (limited to 'src/MainWindow.cc')
-rw-r--r--src/MainWindow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainWindow.cc b/src/MainWindow.cc

index e256e6c9..c46cbff1 100644 --- a/src/MainWindow.cc +++ b/src/MainWindow.cc
@@ -55,7 +55,7 @@ MainWindow::MainWindow(QWidget *parent) setObjectName("MainWindow"); // Initialize the http client. - http::init(this); + http::init(); restoreWindowSize();