mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
clang-format
This commit is contained in:
@ -28,7 +28,7 @@ ExportLibraryDialog::ExportLibraryDialog(QWidget *parent)
|
||||
libraryLayout->addWidget(textLabel);
|
||||
libraryLayout->addWidget(path);
|
||||
libraryLayout->addWidget(find);
|
||||
libraryLayout->setStretchFactor(find, 0); //TODO
|
||||
libraryLayout->setStretchFactor(find, 0); // TODO
|
||||
|
||||
auto bottomLayout = new QHBoxLayout;
|
||||
bottomLayout->addStretch();
|
||||
|
Reference in New Issue
Block a user