Use QLineEdit's built-in clear button instead of our own in SelectProductDialog.

- Clear button was introduced in Qt 5.2
This commit is contained in:
Jim Evins
2018-04-13 23:07:24 -04:00
parent b091e13307
commit 7a910ba14e
4 changed files with 13 additions and 56 deletions
-9
View File
@@ -130,15 +130,6 @@ namespace glabels
}
///
/// Search Entry Text Changed Slot
///
void SelectProductDialog::onSearchClearButtonClicked()
{
searchEntry->setText( "" );
}
///
/// Page Size Check Clicked Slot
///