mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +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_MOUSE_HANDLER_H
|
||||
#define BASIC_MOUSE_HANDLER_H
|
||||
#pragma once
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "Emu/Io/MouseHandler.h"
|
||||
|
@ -24,5 +23,3 @@ public:
|
|||
private:
|
||||
QObject* m_target;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue