mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
qt: Use #pragma once, Q_SIGNALS, Q_SLOTS
This commit is contained in:
parent
dd553331df
commit
ef21e2253f
36 changed files with 67 additions and 195 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue