mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
clang-format
This commit is contained in:
@ -101,7 +101,7 @@ void ConsoleUILibraryCreator::addExistingLibrary(const QString &name, const QStr
|
||||
|
||||
void ConsoleUILibraryCreator::removeLibrary(const QString &name)
|
||||
{
|
||||
//TODO add error handling
|
||||
// TODO add error handling
|
||||
YACReaderLibraries yacreaderLibraries;
|
||||
yacreaderLibraries.load();
|
||||
if (!yacreaderLibraries.contains(name)) {
|
||||
|
Reference in New Issue
Block a user