File: stable.h

package info (click to toggle)
qxmlrpc 0.0.svn6-2
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 392 kB
  • ctags: 200
  • sloc: cpp: 1,621; python: 29; makefile: 23
file content (10 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10

#ifndef STABLE_H
#define STABLE_H
	#if defined(__cplusplus) and not defined(__OBJC__)		
		#include <QtXml>
		#include <QtCore>
		#include <QtNetwork>
	#endif
#endif // STABLE_H