Added Installed Dir to PluginManager #4696

This commit is contained in:
Adam Potolsky 2015-06-01 16:46:33 -07:00
parent 5d770d4204
commit 4a7fdabd65
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ private:
QStringList m_FileSysPluginList; QStringList m_FileSysPluginList;
QString m_PluginDir; QString m_PluginDir;
QString m_ProfileDir; QString m_ProfileDir;
QString m_InstalledDir;
CoreInterface m_CoreInterface; CoreInterface m_CoreInterface;
SslCertificate m_SslCertificate; SslCertificate m_SslCertificate;
}; };