mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:58:59 +02:00
make settings methods slots in Menu so they are accessible
This commit is contained in:
parent
0667190d00
commit
e2ae85176f
1 changed files with 5 additions and 6 deletions
|
@ -49,16 +49,15 @@ public:
|
||||||
ViewFrustumOffset getViewFrustumOffset() const { return _viewFrustumOffset; }
|
ViewFrustumOffset getViewFrustumOffset() const { return _viewFrustumOffset; }
|
||||||
VoxelStatsDialog* getVoxelStatsDialog() const { return _voxelStatsDialog; }
|
VoxelStatsDialog* getVoxelStatsDialog() const { return _voxelStatsDialog; }
|
||||||
|
|
||||||
void loadSettings(QSettings* settings = NULL);
|
|
||||||
void saveSettings(QSettings* settings = NULL);
|
|
||||||
void importSettings();
|
|
||||||
void exportSettings();
|
|
||||||
|
|
||||||
void handleViewFrustumOffsetKeyModifier(int key);
|
void handleViewFrustumOffsetKeyModifier(int key);
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void bandwidthDetails();
|
void bandwidthDetails();
|
||||||
void voxelStatsDetails();
|
void voxelStatsDetails();
|
||||||
|
void loadSettings(QSettings* settings = NULL);
|
||||||
|
void saveSettings(QSettings* settings = NULL);
|
||||||
|
void importSettings();
|
||||||
|
void exportSettings();
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void editPreferences();
|
void editPreferences();
|
||||||
|
|
Loading…
Reference in a new issue