summaryrefslogtreecommitdiffstats
path: root/src/widgets/util/qundostack.cpp
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2017-06-25 09:40:36 +0200
committerStephan Binner <stephan.binner@basyskom.com>2017-06-28 16:15:50 +0000
commitfa0ff2988eb6387bbc89160c85df8a5e1d6acccc (patch)
tree3c724d0a06f5d51d922287e81a1af77046a598f9 /src/widgets/util/qundostack.cpp
parenta4d190554ae3d35b53cd7e7823a23f548bd24cfe (diff)
Convert features.undocommand to QT_[REQUIRE_]CONFIG
Change-Id: I1016f7e6bb1297e9c2f73e26e0d3641c873c4d4d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'src/widgets/util/qundostack.cpp')
-rw-r--r--src/widgets/util/qundostack.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/widgets/util/qundostack.cpp b/src/widgets/util/qundostack.cpp
index fd0035962e..b371e903a6 100644
--- a/src/widgets/util/qundostack.cpp
+++ b/src/widgets/util/qundostack.cpp
@@ -44,8 +44,6 @@
#endif
#include "qundostack_p.h"
-#ifndef QT_NO_UNDOCOMMAND
-
QT_BEGIN_NAMESPACE
/*!
@@ -342,8 +340,6 @@ const QUndoCommand *QUndoCommand::child(int index) const
return d->child_list.at(index);
}
-#endif // QT_NO_UNDOCOMMAND
-
#if QT_CONFIG(undostack)
/*!