diff options
author | Kevin Smith <git@kismith.co.uk> | 2009-06-15 21:31:15 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2009-06-15 21:31:15 (GMT) |
commit | af53136d04a72b05efd8c51cfa5573f97e93c6cf (patch) | |
tree | f96f9f75dad886a919d4dce4aad0511db5babfb0 /Swift/QtUI/QtTabbable.h | |
parent | 5f1d284169c89c30f061603a9f45ab753f4b8967 (diff) | |
download | swift-af53136d04a72b05efd8c51cfa5573f97e93c6cf.zip swift-af53136d04a72b05efd8c51cfa5573f97e93c6cf.tar.bz2 |
Moving towards allowing tabs to be closed. At the moment they'll then be lost to tabbing forever, though.
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 dfae498..9894bfe 100644 --- a/Swift/QtUI/QtTabbable.h +++ b/Swift/QtUI/QtTabbable.h @@ -11,5 +11,6 @@ namespace Swift { signals: void titleUpdated(); + void windowClosing(); }; } |