##// END OF EJS Templates
Corrected the path to SQlite data
Marek Rosa -
r219:b5cf500cf6ae
parent child
Show More
1 NO CONTENT: modified file, binary diff hidden
@@ -1,3 +1,8
1 /*!
2 \class Widget
3 \brief Ui for the application.
4 */
5
1 6 #include "widget.h"
2 7 #include <QGridLayout>
3 8 #include <QPushButton>
@@ -78,6 +83,9 Widget::~Widget()
78 83 db.close();
79 84 }
80 85
86 /*!
87 refreshes the chart
88 */
81 89 void Widget::refreshChart()
82 90 {
83 91 // selected countries items list is not sorted. copy the values to QStringlist and sort them.
General Comments 0
You need to be logged in to leave comments. Login now