mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-14 22:44:00 +00:00
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();
|
||||
|
||||
Reference in New Issue
Block a user