forked from qt-creator/qt-creator
VCS: Aspectify common settings page
Change-Id: Ib860e40ba476b428c92766312bced2950d0390ac Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
|
||||
static VcsPlugin *instance();
|
||||
|
||||
CommonVcsSettings settings() const;
|
||||
CommonVcsSettings &settings() const;
|
||||
|
||||
// Model of user nick names used for the submit
|
||||
// editor. Stored centrally here to achieve delayed
|
||||
@@ -60,7 +60,7 @@ public:
|
||||
QStandardItemModel *nickNameModel();
|
||||
|
||||
signals:
|
||||
void settingsChanged(const VcsBase::Internal::CommonVcsSettings &s);
|
||||
void settingsChanged();
|
||||
void submitEditorAboutToClose(VcsBase::VcsBaseSubmitEditor *e, bool *result);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user