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
Adding rules to compile a UI file with the resource.
[akonadigoogledata.git]
/
dlgGoogleDataConf.cpp
blob
8c847aed95a3e9d68b7b1982376448ac3e795dd3
1
#include <QtGui>
2
#include
"dlgGoogleDataConf.h"
3
4
dlgGoogleDataConf
::
dlgGoogleDataConf
(
QWidget
*
parent
):
QDialog
(
parent
)
5
{
6
setupUi
(
this
);
7
8
/* TODO: connect signals here */
9
10
}