mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
Fixing plugin directory message
This commit is contained in:
@@ -62,7 +62,7 @@ namespace BlackCore
|
|||||||
m_pluginsDir = QDir(qApp->applicationDirPath().append("/plugins"));
|
m_pluginsDir = QDir(qApp->applicationDirPath().append("/plugins"));
|
||||||
if (!m_pluginsDir.exists())
|
if (!m_pluginsDir.exists())
|
||||||
{
|
{
|
||||||
qWarning() << "No plugin directory" << m_pluginsDir;
|
qWarning() << "No plugin directory" << m_pluginsDir.currentPath();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user