File: verify.hh

package info (click to toggle)
qdmr 0.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,420 kB
  • sloc: cpp: 95,929; xml: 10,749; python: 1,108; makefile: 78; sh: 9
file content (9 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#ifndef VERIFY_HH
#define VERIFY_HH

class QCommandLineParser;
class QCoreApplication;

int verify(QCommandLineParser &parser, QCoreApplication &app);

#endif // VERIFY_HH