Mod: redundant void 2
This commit is contained in:
@@ -97,7 +97,7 @@ void TaskGeomHatch::initUi()
|
||||
connect(ui->ccColor, SIGNAL(changed()), this, SLOT(onColorChanged()));
|
||||
}
|
||||
|
||||
void TaskGeomHatch::onFileChanged(void)
|
||||
void TaskGeomHatch::onFileChanged()
|
||||
{
|
||||
m_file = ui->fcFile->fileName().toUtf8().constData();
|
||||
std::vector<std::string> names = PATLineSpec::getPatternList(m_file);
|
||||
|
||||
Reference in New Issue
Block a user