pidgin/quail/quail

Setup the signal slots in the buddy list
soc.2013.phil.quail
2013-07-01, Phil Hannent
87bc001209e9
Setup the signal slots in the buddy list
#ifndef ACCOUNTWINDOW_H
#define ACCOUNTWINDOW_H
#include <QDialog>
namespace Ui {
class AccountWindow;
}
class AccountWindow : public QDialog
{
Q_OBJECT
public:
explicit AccountWindow(QWidget *parent = 0);
~AccountWindow();
private slots:
void on_btnCancel_clicked();
private:
Ui::AccountWindow *ui;
};
#endif // ACCOUNTWINDOW_H