File: httpglobal.cpp

package info (click to toggle)
goldencheetah 1%3A3.5~DEV1810-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 185,760 kB
  • sloc: cpp: 263,686; ansic: 5,811; xml: 1,708; yacc: 1,515; java: 1,477; python: 625; lex: 452; sh: 404; ruby: 176; makefile: 118; perl: 94
file content (7 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#include "httpglobal.h"

const char* getQtWebAppLibVersion()
{
    return "1.5.8";
}