qfeatures: Allow QFileSystemModel without QFileSystemWatcher

As of 373e44d, QFileSystemModel can be built without QFileSystemWatcher
support, making this define incorrect.

Change-Id: I1c18dc4f323f94b43f4e49646911fd06b0f01f73
Reviewed-by: Sérgio Martins <sergio.martins@kdab.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Andrew Knight 2013-09-28 15:47:45 +03:00 committed by The Qt Project
parent f30641a7f8
commit 248f29075e
2 changed files with 1 additions and 6 deletions

View File

@ -279,11 +279,6 @@
#define QT_NO_DRAGANDDROP
#endif
// QFileSystemModel
#if !defined(QT_NO_FILESYSTEMMODEL) && (defined(QT_NO_FILESYSTEMWATCHER))
#define QT_NO_FILESYSTEMMODEL
#endif
// File Transfer Protocol
#if !defined(QT_NO_FTP) && (defined(QT_NO_TEXTDATE))
#define QT_NO_FTP

View File

@ -202,7 +202,7 @@ SeeAlso: ???
Feature: FILESYSTEMMODEL
Description: Provides a data model for the local filesystem.
Section: File I/O
Requires: FILESYSTEMWATCHER
Requires:
Name: QFileSystemModel
SeeAlso: ???