mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
Fixed include; checked identation using astyle.sh
This commit is contained in:
parent
bd8a7164cb
commit
ca56926dfe
@ -26,6 +26,7 @@
|
||||
#include <fcgi_stdio.h>
|
||||
#include <cstdlib>
|
||||
|
||||
#include <QFontDatabase>
|
||||
#include <QString>
|
||||
|
||||
int fcgi_accept()
|
||||
@ -71,7 +72,7 @@ int main( int argc, char *argv[] )
|
||||
// When using FCGI with IIS, environment variables (QT_QPA_FONTDIR in this case) are lost after fcgi_accept().
|
||||
QFontDatabase fontDB;
|
||||
#endif
|
||||
|
||||
|
||||
// Starts FCGI loop
|
||||
while ( fcgi_accept() >= 0 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user