Home
last modified time | relevance | path

Searched refs:isAppImage (Results 1 – 8 of 8) sorted by relevance

/dports/security/keepassxc/keepassxc-2.6.6/src/gui/osutils/nixutils/
H A DNixUtils.cpp103 const bool isAppImage = !appImagePath.isNull() && QFile::exists(appImagePath); in setLaunchAtStartup() local
104 … const QString executeablePath = isAppImage ? appImagePath : QApplication::applicationFilePath(); in setLaunchAtStartup()
/dports/misc/netron/node_modules/builder-util/out/
H A Darch.js.map1isAppImage = ext === \"AppImage\" || ext === \"appimage\"\n if (arch === Arch.x64) {\n if (isA…
/dports/devel/xelfviewer/XELFViewer-0.03/XOptions/
H A Dxoptions.h78 static bool isAppImage();
H A Dxoptions.cpp74 bool XOptions::isAppImage() in isAppImage() function in XOptions
753 isAppImage()) in checkNative()
/dports/devel/xopcodecalc/XOpcodeCalc-0.03/XOptions/
H A Dxoptions.h95 static bool isAppImage();
H A Dxoptions.cpp61 bool XOptions::isAppImage() in isAppImage() function in XOptions
987 isAppImage()) in checkNative()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/
H A Dcore.h89 …void initGUI(bool isAppImage, const QString &MltPath, const QUrl &Url, const QString &clipsToLoad …
H A Dcore.cpp116 void Core::initGUI(bool isAppImage, const QString &MltPath, const QUrl &Url, const QString &clipsTo… in initGUI() argument
166 if (isAppImage) { in initGUI()