diff options
author | Kevin Smith <git@kismith.co.uk> | 2009-06-18 16:31:27 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2009-06-18 16:33:11 (GMT) |
commit | ab5fcc8ad6447a4b3578eb84c1ec3a975ec62d4c (patch) | |
tree | aa01ac335817540bb3473d03953bd41a42b5f127 /Swift/QtUI/QtTabbable.h | |
parent | f2e3bfbe2ed1b8f35aa958041ee766f9d8ddf31e (diff) | |
download | swift-ab5fcc8ad6447a4b3578eb84c1ec3a975ec62d4c.zip swift-ab5fcc8ad6447a4b3578eb84c1ec3a975ec62d4c.tar.bz2 |
Support closing and reopening chats in tabs.
Diffstat (limited to 'Swift/QtUI/QtTabbable.h')
-rw-r--r-- | Swift/QtUI/QtTabbable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtTabbable.h b/Swift/QtUI/QtTabbable.h index 9894bfe..96348b3 100644 --- a/Swift/QtUI/QtTabbable.h +++ b/Swift/QtUI/QtTabbable.h @@ -12,5 +12,6 @@ namespace Swift { signals: void titleUpdated(); void windowClosing(); + void windowOpening(); }; } |