Skip to content

Commit

Permalink
Fixed|libdeng2: Include QScopedPointer in libdeng2.h
Browse files Browse the repository at this point in the history
Available to be used everywhere in libdeng2.
  • Loading branch information
skyjake committed May 6, 2013
1 parent 63867e7 commit 920a026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/libdeng2/include/de/libdeng2.h
Expand Up @@ -77,6 +77,7 @@

#ifdef DENG2_USE_QT
# include <QtCore/qglobal.h>
# include <QScopedPointer>

// Qt versioning helper. Qt 4.7 is the oldest we support.
# if (QT_VERSION <= QT_VERSION_CHECK(4, 6, 0))
Expand Down

0 comments on commit 920a026

Please sign in to comment.