2015-02-06 Fred Gleason <fredg@paravelsystems.com>

* Cleaned up Qt object calls in 'rdlogmanager/'.
This commit is contained in:
Fred Gleason
2015-02-06 19:18:11 -05:00
parent aba02162d3
commit b09942e494
15 changed files with 137 additions and 118 deletions

View File

@@ -212,7 +212,7 @@ void EditSchedRules::importData()
QString sql;
RDSqlQuery *q;
ListClocks *listclocks=new ListClocks(&clockname,this,"listclocks");
ListClocks *listclocks=new ListClocks(&clockname,this);
listclocks->setCaption(tr("Import Rules from Clock"));
if(listclocks->exec()<0) {
delete listclocks;