mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-04-24 23:13:37 +02:00
2018-10-19 Fred Gleason <fredg@paravelsystems.com>
* Removed 'build_win32.bat'. * Removed all conditional compilation based on 'WIN32'.
This commit is contained in:
@@ -446,7 +446,7 @@ QString RDLog::xml() const
|
||||
QString sql;
|
||||
RDSqlQuery *q;
|
||||
QString ret;
|
||||
#ifndef WIN32
|
||||
|
||||
sql=QString("select ")+
|
||||
"NAME,"+ // 00
|
||||
"SERVICE,"+ // 01
|
||||
@@ -491,7 +491,6 @@ QString RDLog::xml() const
|
||||
ret+=" </log>\n";
|
||||
}
|
||||
delete q;
|
||||
#endif // WIN32
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user