Skip to content

Commit

Permalink
Hopefully that's all for QT.
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaMoo committed Nov 13, 2015
1 parent 62af5dc commit 0b7f2b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Qt/mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private slots:

void screenGroup_triggered(QAction *action) { SetZoom(action->data().toInt()); }

void stretchAct();
void displayLayoutGroup_triggered(QAction *action) { g_Config.iSmallDisplayZoom = action->data().toInt(); }
void transformAct() { g_Config.bHardwareTransform = !g_Config.bHardwareTransform; }
void vertexCacheAct() { g_Config.bVertexCache = !g_Config.bVertexCache; }
void frameskipAct() { g_Config.iFrameSkip = !g_Config.iFrameSkip; }
Expand Down Expand Up @@ -154,7 +154,7 @@ private slots:
Debugger_MemoryTex *memoryTexWindow;
Debugger_DisplayList *displaylistWindow;

QActionGroup *anisotropicGroup, *screenGroup,
QActionGroup *anisotropicGroup, *screenGroup, *displayLayoutGroup,
*defaultLogGroup, *g3dLogGroup, *hleLogGroup;
};

Expand Down

0 comments on commit 0b7f2b4

Please sign in to comment.