Corrected the path to SQlite data

This commit is contained in:
Marek Rosa 2012-02-20 16:36:05 +02:00
parent a262b7f225
commit b5cf500cf6
2 changed files with 8 additions and 0 deletions

Binary file not shown.

View File

@ -1,3 +1,8 @@
/*!
\class Widget
\brief Ui for the application.
*/
#include "widget.h"
#include <QGridLayout>
#include <QPushButton>
@ -78,6 +83,9 @@ Widget::~Widget()
db.close();
}
/*!
refreshes the chart
*/
void Widget::refreshChart()
{
// selected countries items list is not sorted. copy the values to QStringlist and sort them.