From 05585ff8cf9ef090c7158af47d99df835a22686d Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Fri, 11 May 2018 13:41:46 +0300 Subject: Make explicit that MatrixClient & Cache are unique pointers --- src/MainWindow.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/MainWindow.cc') 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(); -- cgit 1.5.1