forked from qt-creator/qt-creator
Vcs: Use PagedSettings for common settings
Also restrict the Reset VCS Cache button to the second column, as it was earlier. Change-Id: I291fdceb11df4ecdfdc0887fd521288d0b4544f3 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -15,8 +15,6 @@ class VcsBaseSubmitEditor;
|
||||
|
||||
namespace Internal {
|
||||
|
||||
class CommonVcsSettings;
|
||||
|
||||
class VcsPlugin : public ExtensionSystem::IPlugin
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -30,15 +28,12 @@ public:
|
||||
|
||||
static VcsPlugin *instance();
|
||||
|
||||
CommonVcsSettings &settings() const;
|
||||
|
||||
// Model of user nick names used for the submit
|
||||
// editor. Stored centrally here to achieve delayed
|
||||
// initialization and updating on settings change.
|
||||
QStandardItemModel *nickNameModel();
|
||||
|
||||
signals:
|
||||
void settingsChanged();
|
||||
void submitEditorAboutToClose(VcsBase::VcsBaseSubmitEditor *e, bool *result);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user