use QWeakPointer in place of QPointer
svn path=/trunk/KDE/kdebase/workspace/; revision=1069995
This commit is contained in:
parent
e49597ecd3
commit
4b7cfcf660
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include <cassert>
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QPointer>
|
||||
#include <QtCore/QWeakPointer>
|
||||
#include <QtGui/QPixmap>
|
||||
|
||||
namespace Oxygen
|
||||
|
@ -48,7 +48,7 @@ namespace Oxygen
|
|||
|
||||
public:
|
||||
|
||||
typedef QPointer<TitleAnimationData> Pointer;
|
||||
typedef QWeakPointer<TitleAnimationData> Pointer;
|
||||
|
||||
//! constructor
|
||||
TitleAnimationData( QObject* );
|
||||
|
|
Loading…
Reference in a new issue