mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 03:01:05 +00:00
Fixed spaces
This commit is contained in:
parent
315b8b5b8f
commit
512c749f79
@ -132,7 +132,7 @@ public:
|
||||
public slots:
|
||||
void moveContext(); // overridden
|
||||
|
||||
void OnFramebufferSizeChanged();
|
||||
void OnFramebufferSizeChanged();
|
||||
|
||||
private:
|
||||
void OnMinimalClientAreaChangeRequest(const std::pair<unsigned,unsigned>& minimal_size) override;
|
||||
|
@ -160,9 +160,9 @@ GMainWindow::GMainWindow()
|
||||
|
||||
show();
|
||||
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
|
||||
connect(render_window->windowHandle(), SIGNAL(screenChanged(QScreen*)), render_window, SLOT(OnFramebufferSizeChanged()));
|
||||
#endif
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
|
||||
connect(render_window->windowHandle(), SIGNAL(screenChanged(QScreen*)), render_window, SLOT(OnFramebufferSizeChanged()));
|
||||
#endif
|
||||
|
||||
QStringList args = QApplication::arguments();
|
||||
if (args.length() >= 2) {
|
||||
|
Loading…
Reference in New Issue
Block a user