mirror of https://github.com/debauchee/barrier.git
Trivial whitespace fix cause by by editor settings
This commit is contained in:
parent
78f8fb45ba
commit
88e5c6197d
|
@ -38,9 +38,7 @@ void FileSysClient::queryPluginList()
|
|||
.append(Plugin::getOsSpecificInstallerLocation()));
|
||||
|
||||
QString searchDirectory(installDir);
|
||||
|
||||
QDir directory(searchDirectory);
|
||||
|
||||
m_PluginList = directory.entryList(nameFilter);
|
||||
isDone(true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue