Skip to content

Commit

Permalink
for sl
Browse files Browse the repository at this point in the history
  • Loading branch information
IronException authored Aug 19, 2019
1 parent 0a658b1 commit 9577e79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion minutor.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class Minutor : public QMainWindow {
void setViewCavemode(bool value); // set View->Cave_Mode
void setViewDepthshading(bool value); // set View->Depth_Shading
void setViewBiomeColors(bool value); // set View->Biome_Colors
void setSingleLayer(bool value); // set View->Single_Layer
void setDepth(int value); // set Depth-Slider

MapView *getMapview() const;
Expand Down Expand Up @@ -101,7 +102,7 @@ private slots:
QAction *openAct, *reloadAct, *saveAct, *exitAct;
QAction *jumpSpawnAct;
QList<QAction *>players;
QAction *lightingAct, *mobSpawnAct, *caveModeAct, *depthShadingAct, *biomeColorsAct;
QAction *lightingAct, *mobSpawnAct, *caveModeAct, *depthShadingAct, *biomeColorsAct, *singleLayerAct;
QAction *manageDefsAct;
QAction *refreshAct;
QAction *aboutAct;
Expand Down

0 comments on commit 9577e79

Please sign in to comment.