forked from qt-creator/qt-creator
VcsBase: Move some private pieces off vcsplugin.h
By themselves not worth a pimpl, but since we have one already... Change-Id: I867e68c5e82f71ebbe16a55eb190d87f981a550b Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
|
||||
#include <extensionsystem/iplugin.h>
|
||||
|
||||
#include <QFuture>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QStandardItemModel;
|
||||
QT_END_NAMESPACE
|
||||
@@ -44,9 +42,6 @@ signals:
|
||||
void submitEditorAboutToClose(VcsBase::VcsBaseSubmitEditor *e, bool *result);
|
||||
|
||||
private:
|
||||
void slotSettingsChanged();
|
||||
void populateNickNameModel();
|
||||
|
||||
class VcsPluginPrivate *d = nullptr;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user