From 0d92d154326a9fff572b1ef4b709929f52561bea Mon Sep 17 00:00:00 2001 From: Ralf Ramsauer Date: Thu, 1 Oct 2015 23:07:14 +0200 Subject: [PATCH] Added definitions to surpress compiler warnings --- doorlockd/client/mainwindow.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doorlockd/client/mainwindow.h b/doorlockd/client/mainwindow.h index a78f3c1..1d36b8f 100644 --- a/doorlockd/client/mainwindow.h +++ b/doorlockd/client/mainwindow.h @@ -13,6 +13,10 @@ class MainWindow : public QWidget public: explicit MainWindow(QWidget *parent = 0); + + MainWindow(const MainWindow &rhs); + MainWindow &operator =(const MainWindow &rhs); + ~MainWindow(); void setQRCode(const std::string &token);