repo.or.cz
/
akonadigoogledata.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Hacking a way to get contacts data into akonadi: I'm reporting the
[akonadigoogledata.git]
/
dlgGoogleDataConf.h
blob
a12a5992971244a20cbbf21049e9a4c9ea7e44e7
1
#ifndef __DLG_GOOGLE_DATA__
2
#define __DLG_GOOGLE_DATA__
3
4
#include <QDialog>
5
#include
"ui_GoogleData.h"
6
7
class
dlgGoogleDataConf
:
public
QDialog
,
public Ui
::
dlgGoogleDataConf
8
{
9
10
Q_OBJECT
11
public
:
12
dlgGoogleDataConf
(
QWidget
*
parent
=
0
);
13
14
private
slots
:
15
16
/* add some slots here */
17
18
};
19
20
#endif