summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine/qhistorystate_p.h
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-05-22 08:29:04 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-05-22 08:29:04 (GMT)
commit72798fc4dfc1af73cde542f9017dfec5cb020173 (patch)
treed8c0f99e3400462285447c060a9ea61e4d95a163 /src/corelib/statemachine/qhistorystate_p.h
parent6b7c7d6f0b0330571a6868f53d27a30132d4b736 (diff)
downloadQt-72798fc4dfc1af73cde542f9017dfec5cb020173.zip
Qt-72798fc4dfc1af73cde542f9017dfec5cb020173.tar.gz
Qt-72798fc4dfc1af73cde542f9017dfec5cb020173.tar.bz2
kill unused private functions
Diffstat (limited to 'src/corelib/statemachine/qhistorystate_p.h')
-rw-r--r--src/corelib/statemachine/qhistorystate_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/statemachine/qhistorystate_p.h b/src/corelib/statemachine/qhistorystate_p.h
index 2f17496..5aaa64c 100644
--- a/src/corelib/statemachine/qhistorystate_p.h
+++ b/src/corelib/statemachine/qhistorystate_p.h
@@ -68,7 +68,6 @@ public:
QHistoryStatePrivate();
static QHistoryStatePrivate *get(QHistoryState *q);
- static const QHistoryStatePrivate *get(const QHistoryState *q);
QAbstractState *defaultState;
QHistoryState::HistoryType historyType;