summaryrefslogtreecommitdiff
path: root/muse2/muse/gconfig.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2012-03-15 18:21:23 +0000
committerFlorian Jung <flo@windfisch.org>2012-03-15 18:21:23 +0000
commit27b7bf6815cda7abb67026c37b3e44daee1803cb (patch)
tree0b9d1c0bc84ac7ff8032e707f2b5fb4e0aaabb5c /muse2/muse/gconfig.h
parent2d6f113a10eb485694e20a78500f650776d701e3 (diff)
merged with trunk
Diffstat (limited to 'muse2/muse/gconfig.h')
-rw-r--r--muse2/muse/gconfig.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/muse2/muse/gconfig.h b/muse2/muse/gconfig.h
index 4ba9efea..a76b7e13 100644
--- a/muse2/muse/gconfig.h
+++ b/muse2/muse/gconfig.h
@@ -71,11 +71,7 @@ struct MixerConfig {
bool showAuxTracks;
bool showSyntiTracks;
- //void write(MusECore::Xml&, const char* name);
- //void write(int level, MusECore::Xml& xml, const char* name);
void write(int level, MusECore::Xml& xml);
- //void read(QDomNode);
- //void read(MusECore::Xml& xml, const QString& name);
void read(MusECore::Xml& xml);
};
@@ -92,7 +88,6 @@ struct GlobalConfigValues {
QColor bigTimeForegroundColor;
QColor bigTimeBackgroundColor;
QColor waveEditBackgroundColor;
- //QFont fonts[6];
QFont fonts[NUM_FONTS];
QColor trackBg;
QColor selectTrackBg;
@@ -148,12 +143,10 @@ struct GlobalConfigValues {
QRect geometryMain;
QRect geometryTransport;
QRect geometryBigTime;
-// QRect geometryMixer;
MixerConfig mixer1;
MixerConfig mixer2;
bool transportVisible;
bool bigTimeVisible;
-// bool mixerVisible;
bool mixer1Visible;
bool mixer2Visible;
bool markerVisible;
@@ -188,6 +181,7 @@ struct GlobalConfigValues {
bool addHiddenTracks;
bool unhideTracks;
drumTrackPreference_t drumTrackPreference;
+ bool smartFocus;
};