mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2021-02-23 Fred Gleason <fredg@paravelsystems.com>
* Removed the Qt3Support library from the build system. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -43,7 +43,7 @@ bool RDReport::ExportResultsReport(const QString &filename,
|
||||
return false;
|
||||
}
|
||||
QTextStream *strm=new QTextStream(file);
|
||||
strm->setEncoding(QTextStream::UnicodeUTF8);
|
||||
strm->setCodec("UTF-8");
|
||||
sql=QString("select ")+
|
||||
"ELR_LINES.EVENT_DATETIME,"+ // 00
|
||||
"ELR_LINES.EVENT_TYPE,"+ // 01
|
||||
|
Reference in New Issue
Block a user