astyle formatting
This commit is contained in:
parent
556ef9afcf
commit
676e0d2c70
|
@ -40,7 +40,8 @@ void ApplicationList::LoadSettings(QSettings *programSettings)
|
||||||
|
|
||||||
if (names.empty() && paths.empty())
|
if (names.empty() && paths.empty())
|
||||||
{
|
{
|
||||||
do {
|
do
|
||||||
|
{
|
||||||
// use as default for gnome environments
|
// use as default for gnome environments
|
||||||
if (QFileInfo("/usr/bin/gedit").isExecutable())
|
if (QFileInfo("/usr/bin/gedit").isExecutable())
|
||||||
{
|
{
|
||||||
|
@ -59,7 +60,8 @@ void ApplicationList::LoadSettings(QSettings *programSettings)
|
||||||
AddApplicationType("notepad++", "%PROGRAMFILES%\\Notepad++\\notepad++.exe -n(line) (file)");
|
AddApplicationType("notepad++", "%PROGRAMFILES%\\Notepad++\\notepad++.exe -n(line) (file)");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} while ( 0 );
|
}
|
||||||
|
while (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (names.size() == paths.size())
|
if (names.size() == paths.size())
|
||||||
|
|
Loading…
Reference in New Issue