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

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

    XMLWordPrintable

Details

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

    Description

      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 ?

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes