File: qhimddummydetection.cpp

package info (click to toggle)
linux-minidisc 0.9.13-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,096 kB
  • ctags: 1,530
  • sloc: ansic: 6,345; cpp: 2,569; python: 2,451; perl: 866; sh: 22; makefile: 8
file content (6 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#include "qhimddetection.h"

QHiMDDetection * createDetection(QObject * parent)
{
    return new QHiMDDetection(parent);
}