kde-workspace/khotkeys/test/kdedmodule_daemon_test.h

24 lines
290 B
C
Raw Normal View History

2014-11-13 19:30:51 +02:00
#ifndef LIBKHOTKEYS_TEST_H
#define LIBKHOTKEYS_TEST_H
#include <QtCore/QObject>
class Test : public QObject
{
Q_OBJECT
private Q_SLOTS:
void initTestCase();
void cleanupTestCase();
void testLoading();
private:
bool daemonActive;
}; // class Test
#endif