mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2021-02-24 Fred Gleason <fredg@paravelsystems.com>
* Updated build system to use Qt5 instead of Qt4. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -28,7 +28,7 @@ class RDBusyDialog : public RDDialog
|
||||
{
|
||||
Q_OBJECT;
|
||||
public:
|
||||
RDBusyDialog(QWidget *parent=0,Qt::WFlags f=0);
|
||||
RDBusyDialog(QWidget *parent=0,Qt::WindowFlags f=0);
|
||||
~RDBusyDialog();
|
||||
QSize sizeHint() const;
|
||||
void show(const QString &caption,const QString &label);
|
||||
|
||||
Reference in New Issue
Block a user