mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00: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