-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from OOPMan/issue_2_implement_a_proper_gui
Issue 2 implement a proper gui
- Loading branch information
Showing
48 changed files
with
2,253 additions
and
8,721 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[submodule "ViGEmClient"] | ||
path = ViGEmClient | ||
url = https://github.com/ViGEm/ViGEmClient | ||
[submodule "PDCurses"] | ||
path = PDCurses | ||
url = https://github.com/wmcbrine/PDCurses |
Submodule PDCurses
deleted from
2467ab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
/**************************************************************************** | ||
** Resource object code | ||
** | ||
** Created by: The Resource Compiler for Qt version 5.13.0 | ||
** | ||
** WARNING! All changes made in this file will be lost! | ||
*****************************************************************************/ | ||
|
||
#ifdef QT_NAMESPACE | ||
# define QT_RCC_PREPEND_NAMESPACE(name) ::QT_NAMESPACE::name | ||
# define QT_RCC_MANGLE_NAMESPACE0(x) x | ||
# define QT_RCC_MANGLE_NAMESPACE1(a, b) a##_##b | ||
# define QT_RCC_MANGLE_NAMESPACE2(a, b) QT_RCC_MANGLE_NAMESPACE1(a,b) | ||
# define QT_RCC_MANGLE_NAMESPACE(name) QT_RCC_MANGLE_NAMESPACE2( \ | ||
QT_RCC_MANGLE_NAMESPACE0(name), QT_RCC_MANGLE_NAMESPACE0(QT_NAMESPACE)) | ||
#else | ||
# define QT_RCC_PREPEND_NAMESPACE(name) name | ||
# define QT_RCC_MANGLE_NAMESPACE(name) name | ||
#endif | ||
|
||
#ifdef QT_NAMESPACE | ||
namespace QT_NAMESPACE { | ||
#endif | ||
|
||
#ifdef QT_NAMESPACE | ||
} | ||
#endif | ||
|
||
int QT_RCC_MANGLE_NAMESPACE(qInitResources_XBOFSWinQT5GUI)(); | ||
int QT_RCC_MANGLE_NAMESPACE(qInitResources_XBOFSWinQT5GUI)() | ||
{ | ||
return 1; | ||
} | ||
|
||
int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_XBOFSWinQT5GUI)(); | ||
int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_XBOFSWinQT5GUI)() | ||
{ | ||
return 1; | ||
} | ||
|
||
namespace { | ||
struct initializer { | ||
initializer() { QT_RCC_MANGLE_NAMESPACE(qInitResources_XBOFSWinQT5GUI)(); } | ||
~initializer() { QT_RCC_MANGLE_NAMESPACE(qCleanupResources_XBOFSWinQT5GUI)(); } | ||
} dummy; | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.