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.cpp
blob
4233b692f91d271e7909382598b6e591170f80e1
1
#include <QtGui>
2
#include
"dlgGoogleDataConf.h"
3
4
dlgGoogleDataConf
::
dlgGoogleDataConf
(
QWidget
*
parent
):
QDialog
(
parent
)
5
{
6
setupUi
(
this
);
7
8
connect
(
buttonBox
,
SIGNAL
(
accepted
()),
this
,
SLOT
(
accept
()));
9
connect
(
buttonBox
,
SIGNAL
(
rejected
()),
this
,
SLOT
(
reject
()));
10
}