diff src/folderselectdialog.cpp @ 112:9daf778feaf1 1.4

Fix usage of WIN32 macro. With c++11 this is no longer set. _WIN32 is the better macro to use anyway.
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 08 Dec 2016 15:34:07 +0100
parents 48141e3c8903
children
line wrap: on
line diff
--- a/src/folderselectdialog.cpp	Thu Dec 08 15:25:08 2016 +0100
+++ b/src/folderselectdialog.cpp	Thu Dec 08 15:34:07 2016 +0100
@@ -269,6 +269,8 @@
                                                       QDir::NoDotAndDotDot)) {
         qDebug() << "Looking at: " << subfolder;
         QStringList itemData = subfolder.split(PATTERN_SEPERATOR);
+        qDebug () << "Item Data size" << itemData.size() << patternSize
+                  << itemData;
         if (itemData.size() != patternSize) {
             errors << subfolder;
             qDebug() << "Folder does not match pattern: " << subfolder;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)