This variable is const too

wilder
Laurent Montel 6 years ago
parent dc40613dad
commit eac77d6916
  1. 2
      src/undostack.h

@ -61,7 +61,7 @@ private:
Q_DISABLE_COPY(UndoStack)
void slotMoveResult(KJob *);
QList<UndoInfo *> mStack;
int mSize = 0;
const int mSize = 0;
int mLastId = 0;
UndoInfo *mCachedInfo = nullptr;
};

Loading…
Cancel
Save