mirror of
https://github.com/YACReader/yacreader
synced 2026-02-16 03:53:00 -05:00
fixed spaces/tabs mix
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
#include "qnaturalsorting.h"
|
||||
|
||||
YACReaderLibraryListWidget::YACReaderLibraryListWidget(QWidget *parent) :
|
||||
QWidget(parent),currentLibraryIndex(-1)
|
||||
QWidget(parent),currentLibraryIndex(-1)
|
||||
{
|
||||
QVBoxLayout * mainLayout = new QVBoxLayout;
|
||||
mainLayout->setSpacing(0);
|
||||
|
||||
Reference in New Issue
Block a user