##// END OF EJS Templates
Minor fix to pro file
Marek Rosa -
r243:c7abcd56ed74
parent child
Show More
@@ -24,8 +24,8 HEADERS += widget.h
24
24
25 COPY_DATABASE_COMMAND = "cp gdpData $$CHART_BUILD_BIN_DIR/gdpData"
25 COPY_DATABASE_COMMAND = "cp gdpData $$CHART_BUILD_BIN_DIR/gdpData"
26
26
27 win32:{
27 win32 {
28 COPY_DATABASE_COMMAND = $$replace(COPY_DATABASE_COMMAND, "/","\\")
28 COPY_DATABASE_COMMAND = $$replace(COPY_DATABASE_COMMAND, /,\\)
29 }
29 }
30
30
31 QMAKE_POST_LINK = $$COPY_DATABASE_COMMAND
31 QMAKE_POST_LINK = $$COPY_DATABASE_COMMAND
@@ -88,6 +88,7 Widget::~Widget()
88 */
88 */
89 void Widget::refreshChart()
89 void Widget::refreshChart()
90 {
90 {
91 // chartArea->
91 // selected countries items list is not sorted. copy the values to QStringlist and sort them.
92 // selected countries items list is not sorted. copy the values to QStringlist and sort them.
92 QStringList selectedCountriesStrings;
93 QStringList selectedCountriesStrings;
93 QList<QListWidgetItem*> selectedCountriesItems = countrieslist->selectedItems();
94 QList<QListWidgetItem*> selectedCountriesItems = countrieslist->selectedItems();
General Comments 0
You need to be logged in to leave comments. Login now