Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-81535

[REG] QDirIterator it("assets:/", QDirIterator::Subdirectories);

    XMLWordPrintable

Details

    • Android
    • 0947cf66e5b310ddc2318b3d9c9f415e49dd82aa (qt/qtbase/5.14)

    Description

      The following snippet is not working on Android

          QDirIterator it("assets:/", QDirIterator::Subdirectories);
          while (it.hasNext())
              qDebug() << it.next();
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            taipan BogDan Vatra
            taipan BogDan Vatra
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes