mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01: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:
@@ -25,8 +25,6 @@
|
||||
ViewAdapters::ViewAdapters(RDStation *rdstation,QWidget *parent)
|
||||
: RDDialog(parent)
|
||||
{
|
||||
setModal(true);
|
||||
|
||||
//
|
||||
// Fix the Window Size
|
||||
//
|
||||
@@ -47,7 +45,7 @@ ViewAdapters::ViewAdapters(RDStation *rdstation,QWidget *parent)
|
||||
//
|
||||
// Resource List
|
||||
//
|
||||
view_text_edit=new QTextEdit(this,"adapter_edit");
|
||||
view_text_edit=new QTextEdit(this);
|
||||
view_text_edit->setReadOnly(true);
|
||||
QString text;
|
||||
if(rdstation->scanned()) {
|
||||
|
||||
Reference in New Issue
Block a user