mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 12:16:20 +00:00
DolphinQt2: Remove 'slots:' syntax from headers
With Qt5's new connection syntax, method pointers and functors are connected directly. There's no need to declare slots.
This commit is contained in:
parent
f0fd38698e
commit
aafb61c187
7 changed files with 18 additions and 26 deletions
|
@ -23,7 +23,6 @@ public:
|
|||
bool GetRenderFocus();
|
||||
bool GetRenderFullscreen();
|
||||
|
||||
public slots:
|
||||
void SetRenderHandle(void* handle);
|
||||
void SetRenderFocus(bool focus);
|
||||
void SetRenderFullscreen(bool fullscreen);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue