Changeset 179 for smplayer/vendor/current/src/prefinterface.h
- Timestamp:
- Aug 31, 2016, 5:19:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/prefinterface.h
r175 r179 129 129 bool rememberDirs(); 130 130 131 #ifdef HDPI_SUPPORT 132 void loadHDPIData(); 133 void saveHDPIData(); 134 #endif 135 131 136 protected slots: 132 137 void on_changeFontButton_clicked(); … … 138 143 #endif 139 144 void resizeMethodChanged(int index); 145 146 #ifdef HDPI_SUPPORT 147 void updateHDPIScaleNumber(int v); 148 #endif 140 149 141 150 protected:
Note:
See TracChangeset
for help on using the changeset viewer.