mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Add support for loading image plugins through the settings folder of the apps.
This commit is contained in:
@ -103,6 +103,11 @@ QDataStream &operator<<(QDataStream &stream, const OpenComicSource &source);
|
||||
QDataStream &operator>>(QDataStream &stream, OpenComicSource &source);
|
||||
|
||||
QString getSettingsPath();
|
||||
QString getCommonSettingsPath();
|
||||
QString getCommonSettingsFilePath();
|
||||
QString getPluginsPath();
|
||||
QString getImageFormatsPluginsPath();
|
||||
void initializeSharedPluginPaths();
|
||||
QString colorToName(LabelColors colors);
|
||||
QString labelColorToRGBString(LabelColors color);
|
||||
QLibrary *load7zLibrary();
|
||||
|
||||
Reference in New Issue
Block a user