GIT_SILENT: remove nullptr here (not necessary as it's const)

wilder-portage
Laurent Montel 4 years ago
parent c70134b905
commit 6da9ca225b
  1. 2
      src/snippets/snippetsmanager.cpp

@ -77,7 +77,7 @@ public:
void save();
SnippetsManager *const q = nullptr;
SnippetsManager *const q;
SnippetsModel *mModel = nullptr;
QItemSelectionModel *mSelectionModel = nullptr;
KActionCollection *mActionCollection = nullptr;

Loading…
Cancel
Save