mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-07 17:44:01 +00:00
Compatibility with Qt 5.3 and Debian 8
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include <QDir>
|
||||
|
||||
FileNameHandler::FileNameHandler(QObject *parent) : QObject(parent) {
|
||||
std::locale::global(std::locale(std::locale("").name()));
|
||||
std::locale::global(std::locale(""));
|
||||
}
|
||||
|
||||
QString FileNameHandler::parsedPattern() {
|
||||
|
||||
Reference in New Issue
Block a user