all: less QScopedPointer

Change-Id: I536bdb4d4f0c10fa858560f3c160fc0fff8da9b2
Reviewed-on: http://codereview.qt-project.org/5116
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-09-16 15:00:41 +02:00
committed by hjk
parent dbe1653775
commit 58cb19e55e
59 changed files with 123 additions and 125 deletions

View File

@@ -221,6 +221,7 @@ FileSystemWatcher::~FileSystemWatcher()
if (debug)
qDebug() << this << "Deleted watcher" << d->m_id;
}
delete d;
}
bool FileSystemWatcher::watchesFile(const QString &file) const