Added definitions to surpress compiler warnings

This commit is contained in:
Ralf Ramsauer 2015-10-01 23:07:14 +02:00
parent 2b620d37e9
commit 0d92d15432
1 changed files with 4 additions and 0 deletions

View File

@ -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);