qt: Use #pragma once, Q_SIGNALS, Q_SLOTS

This commit is contained in:
Nekotekina 2017-06-24 14:24:11 +03:00
parent dd553331df
commit ef21e2253f
36 changed files with 67 additions and 195 deletions

View file

@ -1,5 +1,4 @@
#ifndef BASIC_KEYBOARD_HANDLER_H
#define BASIC_KEYBOARD_HANDLER_H
#pragma once
#include "stdafx.h"
#include "Emu/Io/KeyboardHandler.h"
@ -22,5 +21,3 @@ public:
private:
QObject* m_target;
};
#endif