|
|
@ -150,6 +150,7 @@ void UBFeaturesActionBar::setButtons() |
|
|
|
|
|
|
|
|
|
|
|
void UBFeaturesActionBar::onSearchTextChanged(QString txt) |
|
|
|
void UBFeaturesActionBar::onSearchTextChanged(QString txt) |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
Q_UNUSED(txt) |
|
|
|
emit searchElement(mSearchBar->text()); |
|
|
|
emit searchElement(mSearchBar->text()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -196,4 +197,4 @@ void UBFeaturesActionBar::dropEvent( QDropEvent *event ) |
|
|
|
|
|
|
|
|
|
|
|
UBFeaturesActionBar::~UBFeaturesActionBar() |
|
|
|
UBFeaturesActionBar::~UBFeaturesActionBar() |
|
|
|
{ |
|
|
|
{ |
|
|
|
} |
|
|
|
} |
|
|
|