Creating the configuration dialog and showing it.
[akonadigoogledata.git] / dlgGoogleDataConf.cpp
blob8c847aed95a3e9d68b7b1982376448ac3e795dd3
1 #include <QtGui>
2 #include "dlgGoogleDataConf.h"
4 dlgGoogleDataConf::dlgGoogleDataConf(QWidget *parent): QDialog(parent)
6 setupUi(this);
8 /* TODO: connect signals here */