summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-06-15 21:31:15 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-06-15 21:31:15 (GMT)
commitaf53136d04a72b05efd8c51cfa5573f97e93c6cf (patch)
treef96f9f75dad886a919d4dce4aad0511db5babfb0 /Swift/QtUI/QtTabbable.h
parent5f1d284169c89c30f061603a9f45ab753f4b8967 (diff)
downloadswift-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.h1
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();
};
}