mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-04-24 23:13:37 +02:00
2018-08-07 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'pam_rd' plug-in. * Removed rdchunk(1). * Upgraded Qt3 to Qt4.
This commit is contained in:
@@ -20,8 +20,11 @@
|
||||
//
|
||||
|
||||
#include <rdbusydialog.h>
|
||||
//Added by qt3to4:
|
||||
#include <QResizeEvent>
|
||||
#include <QLabel>
|
||||
|
||||
RDBusyDialog::RDBusyDialog(QWidget *parent,WFlags f)
|
||||
RDBusyDialog::RDBusyDialog(QWidget *parent,Qt::WFlags f)
|
||||
: QDialog(parent,"",true,f)
|
||||
{
|
||||
QFont font("helvetica",16,QFont::Bold);
|
||||
|
||||
Reference in New Issue
Block a user