Move remaining FileUtil functions into the File namespace.
This commit is contained in:
parent
0ccc63b43e
commit
1b13badeb4
32 changed files with 103 additions and 103 deletions
|
@ -28,8 +28,8 @@
|
|||
void InstallZipScreen::CreateViews() {
|
||||
using namespace UI;
|
||||
|
||||
FileInfo fileInfo;
|
||||
bool success = getFileInfo(zipPath_.c_str(), &fileInfo);
|
||||
File::FileInfo fileInfo;
|
||||
bool success = File::getFileInfo(zipPath_.c_str(), &fileInfo);
|
||||
|
||||
auto di = GetI18NCategory("Dialog");
|
||||
auto iz = GetI18NCategory("InstallZip");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue