summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Badea <catalin.badea392@gmail.com>2012-07-24 09:19:55 (GMT)
committerCătălin Badea <catalin.badea392@gmail.com>2012-08-11 15:59:12 (GMT)
commit11343358c77553291adbbac69e3aa0439dec3769 (patch)
treeb8a9941fce7a3311bd02301b9600d7914423e593 /Swift/QtUI/QtUIFactory.h
parent8b015e23cb11afbf148913ddcb324ba243dcdb09 (diff)
downloadswift-contrib-11343358c77553291adbbac69e3aa0439dec3769.zip
swift-contrib-11343358c77553291adbbac69e3aa0439dec3769.tar.bz2
Enable resizing the history message log.
Diffstat (limited to 'Swift/QtUI/QtUIFactory.h')
-rw-r--r--Swift/QtUI/QtUIFactory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Swift/QtUI/QtUIFactory.h b/Swift/QtUI/QtUIFactory.h
index b30eecb..1b2431f 100644
--- a/Swift/QtUI/QtUIFactory.h
+++ b/Swift/QtUI/QtUIFactory.h
@@ -24,6 +24,7 @@ namespace Swift {
class QtChatWindowFactory;
class QtChatWindow;
class TimerFactory;
+ class historyWindow_;
class QtUIFactory : public QObject, public UIFactory {
Q_OBJECT
@@ -48,6 +49,7 @@ namespace Swift {
private slots:
void handleLoginWindowGeometryChanged();
void handleChatWindowFontResized(int);
+ void handleHistoryWindowFontResized(int);
private:
SettingsProviderHierachy* settings;
@@ -62,6 +64,7 @@ namespace Swift {
std::vector<QPointer<QtChatWindow> > chatWindows;
bool startMinimized;
int chatFontSize;
+ int historyFontSize_;
bool emoticonsExist_;
};
}