projects
/
projets
/
fookb-qt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add notice
[projets/fookb-qt.git]
/
xlib_wrapper.h
1
#ifndef XLIB_WRAPPER_H
2
#define XLIB_WRAPPER_H
3
4
#include <QTimer>
5
6
class XlibWrapper : public QObject
7
{
8
Q_OBJECT
9
public:
10
XlibWrapper();
11
QTimer *timer;
12
13
public slots:
14
void XlibWrapperSlot();
15
};
16
17
#endif // XLIB_WRAPPER_H