mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-25 23:00:21 +01:00
2015-02-06 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up Qt object calls in 'rdlogmanager/'.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user