Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut K. C. Tessarek <tessarek@evermeet.cx>2017-09-13 07:26:56 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-10-05 23:01:32 +0300
commite8f17f5b0bb43ef71cb225c3a9141fed82cbbcba (patch)
tree810f156c5901adbac644ac616c1dcea02f2dd455 /src/gui/folderstatusmodel.h
parent7d1285d3134e9e49653e2230ca40b2f57d0efe93 (diff)
remove qt4 code
Diffstat (limited to 'src/gui/folderstatusmodel.h')
-rw-r--r--src/gui/folderstatusmodel.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gui/folderstatusmodel.h b/src/gui/folderstatusmodel.h
index 02bb09618..7cdf49c7f 100644
--- a/src/gui/folderstatusmodel.h
+++ b/src/gui/folderstatusmodel.h
@@ -163,14 +163,6 @@ private:
*/
QMap<QPersistentModelIndex, QElapsedTimer> _fetchingItems;
-#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0)
- //the roles argument was added in Qt5
- void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles = QVector<int>())
- {
- emit QAbstractItemModel::dataChanged(topLeft, bottomRight);
- }
-#endif
-
signals:
void dirtyChanged();