mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +02:00
2021-02-23 Fred Gleason <fredg@paravelsystems.com>
* Removed the Qt3Support library from the build system. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -87,8 +87,7 @@ ListReplicators::ListReplicators(QWidget *parent)
|
||||
list_replicators_model->setFont(defaultFont());
|
||||
list_replicators_model->setPalette(palette());
|
||||
list_replicators_view->setModel(list_replicators_model);
|
||||
list_replicators_label=
|
||||
new QLabel(list_replicators_view,tr("&Replicators:"),this);
|
||||
list_replicators_label=new QLabel(tr("&Replicators:"),this);
|
||||
list_replicators_label->setFont(labelFont());
|
||||
connect(list_replicators_view,SIGNAL(doubleClicked(const QModelIndex &)),
|
||||
this,SLOT(doubleClickedData(const QModelIndex &)));
|
||||
|
Reference in New Issue
Block a user