mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
clang
This commit is contained in:
parent
9d07223d87
commit
9e0cd3bfd7
@ -22,10 +22,10 @@
|
|||||||
<widget class="QLabel" name="image">
|
<widget class="QLabel" name="image">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>20</x>
|
<x>0</x>
|
||||||
<y>220</y>
|
<y>220</y>
|
||||||
<width>740</width>
|
<width>780</width>
|
||||||
<height>350</height>
|
<height>380</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="frameShape">
|
<property name="frameShape">
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
#include <QProgressDialog>
|
#include <QProgressDialog>
|
||||||
|
|
||||||
#include "about_dialog.h"
|
#include "about_dialog.h"
|
||||||
#include "keys_shortcuts_dialog.h"
|
|
||||||
#include "cheats_patches.h"
|
#include "cheats_patches.h"
|
||||||
|
#include "keys_shortcuts_dialog.h"
|
||||||
#ifdef ENABLE_UPDATER
|
#ifdef ENABLE_UPDATER
|
||||||
#include "check_update.h"
|
#include "check_update.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user