mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
compiler warning fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
3010ef89f1
commit
92b4db5509
1 changed files with 1 additions and 1 deletions
|
@ -808,7 +808,7 @@ QString QDeclarativeImportDatabase::resolvePlugin(const QDir &qmldirPath, const
|
|||
}
|
||||
|
||||
// hack for resources, should probably go away
|
||||
if (resolvedPath.startsWith(QLatin1String(':/')))
|
||||
if (resolvedPath.startsWith(QLatin1String(":/")))
|
||||
resolvedPath = QCoreApplication::applicationDirPath();
|
||||
|
||||
QDir dir(resolvedPath);
|
||||
|
|
Loading…
Add table
Reference in a new issue