From: Masayuki Satoh Date: Sun, 31 Aug 2014 04:21:20 +0000 (+0900) Subject: Ver0.19 X-Git-Url: http://git.osdn.net/view?p=gefu%2FGefu.git;a=commitdiff_plain;h=ae38d72f9424f0b73cc481bc37c07ff2c5c95654 Ver0.19 --- diff --git a/main.cpp b/main.cpp index a1b276a..2ea99a0 100644 --- a/main.cpp +++ b/main.cpp @@ -108,7 +108,7 @@ int main(int argc, char *argv[]) else if (QFileInfo::exists("C:/Program Files/Lhaca/Lhaca.exe")) { settings.setValue(IniKey_PathArchiver, QQ("C:/Program Files/Lhaca/Lhaca.exe")); } - else if (QFileInfo.exists("C:/Program Files/7-zip/7zG.exe")) { + else if (QFileInfo::exists("C:/Program Files/7-zip/7zG.exe")) { settings.setValue(IniKey_PathArchiver, QQ("C:/Program Files/7-zip/7zG.exe")); }