summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-04-30 18:26:24 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-04-30 18:26:24 (GMT)
commit53c24201ab19c660c31a104c848b8ca94187b7c4 (patch)
tree695f8c13f5410e7ad7216de41f5c7fc49cd95aa4 /Swift/QtUI/QtEditBookmarkWindow.h
parentb566cac68d7bb91f726b5353318b3a5eddd8f3c2 (diff)
downloadswift-53c24201ab19c660c31a104c848b8ca94187b7c4.zip
swift-53c24201ab19c660c31a104c848b8ca94187b7c4.tar.bz2
Edit bookmarks with very basic validation.
Doesn't save yet.
Diffstat (limited to 'Swift/QtUI/QtEditBookmarkWindow.h')
-rw-r--r--Swift/QtUI/QtEditBookmarkWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtEditBookmarkWindow.h b/Swift/QtUI/QtEditBookmarkWindow.h
index 3c11fbe..1ca5001 100644
--- a/Swift/QtUI/QtEditBookmarkWindow.h
+++ b/Swift/QtUI/QtEditBookmarkWindow.h
@@ -15,7 +15,7 @@ namespace Swift {
Q_OBJECT
public:
QtEditBookmarkWindow(UIEventStream* eventStream, boost::shared_ptr<MUCBookmark> bookmark);
- void commit();
+ bool commit();
private:
UIEventStream* eventStream_;