summaryrefslogtreecommitdiff
path: root/plugins/qt_clist/qt_clist.cpp
blob: b8808c36d66351bff25518e03e0fb41479e624c2 (plain)
1
2
3
4
5
6
7
8
9
10
#include "qt_clist.h"



Qt_clist::Qt_clist()
{
    QMessageBox msg;
    msg.setText("qt init ok");
    msg.exec();
}