Add color tools inside the capture editor
This commit is contained in:
@@ -28,6 +28,15 @@ const QString PathInfo::blackIconPath() {
|
||||
return ":/img/buttonIconsBlack/";
|
||||
}
|
||||
|
||||
const QString PathInfo::whiteConfigIconPath() {
|
||||
return ":/img/configWhite/";
|
||||
}
|
||||
|
||||
const QString PathInfo::blackConfigIconPath() {
|
||||
return ":/img/configBlack/";
|
||||
}
|
||||
|
||||
|
||||
QStringList PathInfo::translationsPaths() {
|
||||
QString binaryPath = QFileInfo(qApp->applicationDirPath())
|
||||
.absoluteFilePath();
|
||||
|
||||
@@ -25,6 +25,10 @@ const QString whiteIconPath();
|
||||
|
||||
const QString blackIconPath();
|
||||
|
||||
const QString whiteConfigIconPath();
|
||||
|
||||
const QString blackConfigIconPath();
|
||||
|
||||
QStringList translationsPaths();
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user