summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-01-24 12:25:34 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-01-24 12:25:34 (GMT)
commitbc62fa0bba66639b087babc16f3451f7213f5c95 (patch)
tree8de5b2e35af0434c12669bbae487b08db1cab6ad /Swift/QtUI/UserSearch/QtUserSearchWindow.h
parent3d15ba9117ba3ad0aa0066cb1644f1e4688ff70d (diff)
downloadswift-bc62fa0bba66639b087babc16f3451f7213f5c95.zip
swift-bc62fa0bba66639b087babc16f3451f7213f5c95.tar.bz2
Set the user search title based on the dialog type.
Resolves: #736
Diffstat (limited to 'Swift/QtUI/UserSearch/QtUserSearchWindow.h')
-rw-r--r--Swift/QtUI/UserSearch/QtUserSearchWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/UserSearch/QtUserSearchWindow.h b/Swift/QtUI/UserSearch/QtUserSearchWindow.h
index b238e94..e7b8226 100644
--- a/Swift/QtUI/UserSearch/QtUserSearchWindow.h
+++ b/Swift/QtUI/UserSearch/QtUserSearchWindow.h
@@ -25,7 +25,7 @@ namespace Swift {
class QtUserSearchFirstPage : public QWizardPage, public Ui::QtUserSearchFirstPage {
Q_OBJECT
public:
- QtUserSearchFirstPage(UserSearchWindow::Type type);
+ QtUserSearchFirstPage(UserSearchWindow::Type type, const QString& title);
virtual bool isComplete() const;
public slots:
void emitCompletenessCheck();