OSDN Git Service

upgrade to 3.6.2
[jnethack/source.git] / win / Qt4 / qt4set.h
index e2253a8..48b90f3 100644 (file)
@@ -33,6 +33,7 @@ public slots:
        void setGlyphSize(bool);
 
 private:
+       QSettings settings;
        QSpinBox tilewidth;
        QSpinBox tileheight;
        QLabel widthlbl;
@@ -48,6 +49,7 @@ private:
 
 private slots:
        void resizeTiles();
+       void changedFont();
 };
 
 extern NetHackQtSettings* qt_settings;