Gui: redundant void 2

This commit is contained in:
berniev
2022-08-08 11:50:44 +10:00
committed by wwmayer
parent ec72d96038
commit 656ef8961f
160 changed files with 784 additions and 784 deletions

View File

@@ -102,7 +102,7 @@ bool TaskSelectLinkProperty::setFilter(const char * sFilter)
}
void TaskSelectLinkProperty::activate(void)
void TaskSelectLinkProperty::activate()
{
// first clear the selection
Gui::Selection().clearSelection();
@@ -140,7 +140,7 @@ void TaskSelectLinkProperty::activate(void)
checkSelectionStatus();
}
bool TaskSelectLinkProperty::accept(void)
bool TaskSelectLinkProperty::accept()
{
// set the proptery with the selection
sendSelection2Property();
@@ -151,7 +151,7 @@ bool TaskSelectLinkProperty::accept(void)
return true;
}
bool TaskSelectLinkProperty::reject(void)
bool TaskSelectLinkProperty::reject()
{
if(LinkSub){
// restore the old values
@@ -164,7 +164,7 @@ bool TaskSelectLinkProperty::reject(void)
return true;
}
void TaskSelectLinkProperty::sendSelection2Property(void)
void TaskSelectLinkProperty::sendSelection2Property()
{
if (LinkSub) {
std::vector<Gui::SelectionObject> temp = Gui::Selection().getSelectionEx();
@@ -182,7 +182,7 @@ void TaskSelectLinkProperty::sendSelection2Property(void)
}
void TaskSelectLinkProperty::checkSelectionStatus(void)
void TaskSelectLinkProperty::checkSelectionStatus()
{
QPalette palette(QApplication::palette());