Skip to content
Snippets Groups Projects
Commit 10305aa9 authored by Roman Tolchenov's avatar Roman Tolchenov
Browse files

Fix clang formatting

parent 903505e7
No related branches found
No related tags found
No related merge requests found
......@@ -160,13 +160,13 @@ public:
void traverseInPostOrder(BinaryTreeWidgetItem *node,
QList<BinaryTreeWidgetItem *> &expression);
/// Called when the data in the model is changed
/// Called when the data in the model is changed
#if QT_VERSION < 0x050000
void dataChanged(const QModelIndex &topLeft,
const QModelIndex &bottomRight) override;
#else
void dataChanged(const QModelIndex &topLeft,
const QModelIndex &bottomRight, const QVector<int> &roles = QVector<int> ()) override;
void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight,
const QVector<int> &roles = QVector<int>()) override;
#endif
signals:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment