core: Namespace EmuWindow

Gets the class out of the global namespace.
This commit is contained in:
Lioncash 2018-08-11 20:20:19 -04:00
parent 20f29b2528
commit 53e86e35eb
14 changed files with 44 additions and 22 deletions

View file

@ -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: