From 90f75c1a1b3d7afdf0db3792e5a32d59acee2083 Mon Sep 17 00:00:00 2001 From: asl Date: Thu, 25 Jun 2015 16:10:41 +0300 Subject: [PATCH] patch for correct compilation on Linux --- ...GUI_ImportLandcoverOp.cxx => HYDROGUI_ImportLandCoverOp.cxx} | 2 +- ...YDROGUI_ImportLandcoverOp.h => HYDROGUI_ImportLandCoverOp.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/HYDROGUI/{HYDROGUI_ImportLandcoverOp.cxx => HYDROGUI_ImportLandCoverOp.cxx} (99%) rename src/HYDROGUI/{HYDROGUI_ImportLandcoverOp.h => HYDROGUI_ImportLandCoverOp.h} (100%) diff --git a/src/HYDROGUI/HYDROGUI_ImportLandcoverOp.cxx b/src/HYDROGUI/HYDROGUI_ImportLandCoverOp.cxx similarity index 99% rename from src/HYDROGUI/HYDROGUI_ImportLandcoverOp.cxx rename to src/HYDROGUI/HYDROGUI_ImportLandCoverOp.cxx index 5151349c..b614ea83 100644 --- a/src/HYDROGUI/HYDROGUI_ImportLandcoverOp.cxx +++ b/src/HYDROGUI/HYDROGUI_ImportLandCoverOp.cxx @@ -270,7 +270,7 @@ void HYDROGUI_ImportLandCoverOp::onFileSelected() return; } - QString anExt = aFileName.split('.', QString::SplitBehavior::SkipEmptyParts).back(); + QString anExt = aFileName.split('.', QString::SkipEmptyParts).back(); if (anExt == "shp") { diff --git a/src/HYDROGUI/HYDROGUI_ImportLandcoverOp.h b/src/HYDROGUI/HYDROGUI_ImportLandCoverOp.h similarity index 100% rename from src/HYDROGUI/HYDROGUI_ImportLandcoverOp.h rename to src/HYDROGUI/HYDROGUI_ImportLandCoverOp.h -- 2.39.2