Gui: redundant void 2
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user