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:
parent
f30641a7f8
commit
248f29075e
@ -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
|
||||
|
@ -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: ???
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user