summaryrefslogtreecommitdiff
path: root/src/fqterm/fqterm_window.h
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2014-05-03 11:11:41 +0800
committerIru Cai <mytbk920423@gmail.com>2014-05-03 11:11:41 +0800
commit4180e32a27f38cc7c0480fb0d6aeffe9705b2870 (patch)
tree977a4c9a2fb46031249859f54567321b1c80cc8b /src/fqterm/fqterm_window.h
parent140823f447c7862cc66514652b9c9deeededf182 (diff)
downloadfqterm-4180e32a27f38cc7c0480fb0d6aeffe9705b2870.tar.xz
article dialog: use config files
Diffstat (limited to 'src/fqterm/fqterm_window.h')
-rw-r--r--src/fqterm/fqterm_window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fqterm/fqterm_window.h b/src/fqterm/fqterm_window.h
index 011bf86..d01b9e9 100644
--- a/src/fqterm/fqterm_window.h
+++ b/src/fqterm/fqterm_window.h
@@ -118,6 +118,8 @@ class FQTermWindow : public QMainWindow,
FQTermSession * getSession() const { return session_; }
FQTermScreen * getScreen() const {return screen_;}
+ FQTermConfig * getConfig() const { return config_; }
+
QPoint getUrlStartPoint() const { return urlStartPoint_; }
QPoint getUrlEndPoint() const { return urlEndPoint_; }