mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02: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:
@@ -20,7 +20,7 @@
|
||||
|
||||
#include "rdbusybar.h"
|
||||
|
||||
RDBusyBar::RDBusyBar(QWidget *parent,Qt::WFlags f)
|
||||
RDBusyBar::RDBusyBar(QWidget *parent,Qt::WindowFlags f)
|
||||
: QFrame(parent,f)
|
||||
{
|
||||
bar_pos=0;
|
||||
|
Reference in New Issue
Block a user