Home
last modified time | relevance | path

Searched refs:startDetached (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/QLauncher/
H A Dxdgdesktopfile.h133 bool startDetached(const QStringList& urls) const;
136 bool startDetached(const QString& url = QString()) const;
H A Dxdgdesktopfile.cpp435 return QProcess::startDetached(cmd, args, workingDir); in startApplicationDetached()
618 bool XdgDesktopFile::startDetached(const QStringList& urls) const in startDetached() function in XdgDesktopFile
638 bool XdgDesktopFile::startDetached(const QString& url) const in startDetached() function in XdgDesktopFile
641 return startDetached(QStringList()); in startDetached()
643 return startDetached(QStringList(url)); in startDetached()
H A Ddesktopwindow.cpp132 df.startDetached(); in on_itemClicked()
/OK3568_Linux_fs/app/qfm/
H A Dmimeutils.cpp274 QProcess::startDetached(cmd); in openInApp()
312 QProcess::startDetached(cmd); in openFiles()