forked from eden-emu/eden
core: Namespace EmuWindow
Gets the class out of the global namespace.
This commit is contained in:
parent
403dfd68fc
commit
0a93b45b6a
14 changed files with 44 additions and 22 deletions
|
@ -101,7 +101,7 @@ signals:
|
|||
void ErrorThrown(Core::System::ResultStatus, std::string);
|
||||
};
|
||||
|
||||
class GRenderWindow : public QWidget, public EmuWindow {
|
||||
class GRenderWindow : public QWidget, public Core::Frontend::EmuWindow {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue