remove search button
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
6d60a6f4e3
commit
469f051e30
9 changed files with 29 additions and 43 deletions
|
@ -84,7 +84,7 @@ class ResourcePage : public QWidget, public BasePage {
|
|||
bool hasSelectedPacks() { return !(m_model->selectedPacks().isEmpty()); }
|
||||
|
||||
protected slots:
|
||||
virtual void triggerSearch() {}
|
||||
virtual void triggerSearch() = 0;
|
||||
|
||||
void onSelectionChanged(QModelIndex first, QModelIndex second);
|
||||
void onVersionSelectionChanged(QString data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue