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

Move :/qpdf resource to :/qt-project.org

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 6.2.0 Beta3
    • PDF
    • None

      Iterating over all resources available in a program shows that there is a ":/qpdf" resource tree:

      #include <QGuiApplication>
      #include <QDebug>
      int main(int argc, char **argv)
      {
          QGuiApplication app(argc, cargv);
           qDebug() << QDir(":/").entryList();
      }
      

      prints

      QList("qpdf", "qt-project.org")
      

      Is there any reason to have :/qpdf at the top-level, and not move it below :/qt-project.org ?

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

            srutledg Shawn Rutledge
            kkohne Kai Köhne
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes