Skip to content

Commit

Permalink
+ harmonize API
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Oct 19, 2014
1 parent f233a50 commit eb89cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main/MainGui.cpp
Expand Up @@ -310,7 +310,7 @@ int main( int argc, char ** argv )

// Now it's time to read-in the file branding.xml if it exists
Branding brand;
QString path = QString::fromUtf8(App::GetApplication().GetHomePath());
QString path = QString::fromUtf8(App::GetApplication().getHomePath());
QFileInfo fi(path, QString::fromAscii("branding.xml"));
if (brand.readFile(fi.absoluteFilePath())) {
Branding::XmlConfig cfg = brand.getUserDefines();
Expand Down

0 comments on commit eb89cb4

Please sign in to comment.