mirror of
https://github.com/YACReader/yacreader
synced 2025-08-05 22:04:59 -04:00
fixed LibraryServer in Qt5
moved server_log to standardPath
This commit is contained in:
@ -13,6 +13,7 @@ Template::Template(QString source, QString sourceName)
|
||||
}
|
||||
|
||||
Template::Template(QFile& file, QTextCodec* textCodec) {
|
||||
this->warnings=false;
|
||||
sourceName=QFileInfo(file.fileName()).baseName();
|
||||
if (!file.isOpen()) {
|
||||
file.open(QFile::ReadOnly | QFile::Text);
|
||||
|
Reference in New Issue
Block a user