mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
QDir and QDirIterator friendship has been broken
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
4df9839334
commit
0ef3eb8262
1 changed files with 1 additions and 3 deletions
|
@ -27,8 +27,8 @@
|
|||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
||||
class QDirIteratorPrivate;
|
||||
|
||||
class Q_CORE_EXPORT QDirIterator {
|
||||
public:
|
||||
enum IteratorFlag {
|
||||
|
@ -63,12 +63,10 @@ private:
|
|||
Q_DISABLE_COPY(QDirIterator)
|
||||
|
||||
QDirIteratorPrivate* d;
|
||||
friend class QDir;
|
||||
};
|
||||
|
||||
Q_DECLARE_OPERATORS_FOR_FLAGS(QDirIterator::IteratorFlags)
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue