summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2010-04-22 00:04:56 +0100
committerColin Guthrie <cguthrie@mandriva.org>2010-04-22 00:04:56 +0100
commit94add670c46806ed821ff52bdbf56d229c3b455d (patch)
tree298972d3a8908442196d9553a83144675471a079 /src/mainwindow.h
parent95e48d5c9e7d3fa3aa24d6e3b8326145712e33de (diff)
mainwindow: Save/restore window size
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 1d2f4b0..2b2dc5c 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -101,6 +101,7 @@ protected:
private:
gboolean m_connected;
+ gchar* m_config_filename;
};