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

QDesktopServices::openUrl opens less schemes in debug mode

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.5.0
    • GUI: Workspace
    • None
    • Archlinux

    Description

      #include <QApplication>
      #include <QDesktopServices>
      #include <QUrl>
      
      int main(int argc, char *argv[])
      {
          QApplication a(argc, argv);
          QDesktopServices::openUrl(QUrl("tg://resolve?domain=imagebot"));
      }
      

      This should open a contact in telegram. It does in debug mode. In release mode not.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            manuelschneid3r Manuel Schneider
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes