mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
remove Qt guards (#3328)
* remove version guards * clangify * [skip ci] README wording * add cmake requirement to readme * remove return * remove min req from README
This commit is contained in:
parent
c12c3c071f
commit
cba1ca8d5b
3 changed files with 1 additions and 14 deletions
|
|
@ -26,9 +26,7 @@ FilterBuilder::FilterBuilder(QWidget *parent) : QWidget(parent)
|
|||
edit = new QLineEdit;
|
||||
edit->setObjectName("edit");
|
||||
edit->setPlaceholderText(tr("Type your filter here"));
|
||||
#if QT_VERSION >= 0x050200
|
||||
edit->setClearButtonEnabled(true);
|
||||
#endif
|
||||
edit->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
|
||||
|
||||
QGridLayout *layout = new QGridLayout;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue