mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-02-09 21:28:30 -06:00
Drop Qt4 support
This commit removes all code and configuration that was required for building with Qt4. Hopefully noone really needs it anymore. See issue #603.
This commit is contained in:
@@ -7,9 +7,7 @@
|
||||
FilterLineEdit::FilterLineEdit(QWidget* parent, QList<FilterLineEdit*>* filters, int columnnum) : QLineEdit(parent), filterList(filters), columnNumber(columnnum)
|
||||
{
|
||||
setPlaceholderText(tr("Filter"));
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 2, 0)
|
||||
setClearButtonEnabled(true);
|
||||
#endif
|
||||
setProperty("column", columnnum); // Store the column number for later use
|
||||
|
||||
// Introduce a timer for delaying the signal triggered whenever the user changes the filter value.
|
||||
|
||||
Reference in New Issue
Block a user