Replace include guards with #pragma once

This commit is contained in:
Konstantinos Sideris 2017-05-16 21:46:45 +03:00
parent c470e49aa9
commit 6553aa61a1
66 changed files with 66 additions and 266 deletions

View file

@ -15,8 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#pragma once
#include <QMainWindow>
#include <QSharedPointer>
@ -76,5 +75,3 @@ private:
// Matrix Client API provider.
QSharedPointer<MatrixClient> client_;
};
#endif // MAINWINDOW_H