mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +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:
@@ -31,7 +31,7 @@
|
||||
extern RDStation *rdstation_conf;
|
||||
|
||||
AddRecording::AddRecording(QString *filter,QWidget *parent)
|
||||
: RDDialog(parent,Qt::WStyle_Customize|Qt::WStyle_DialogBorder)
|
||||
: RDDialog(parent,Qt::CustomizeWindowHint|Qt::WindowTitleHint)
|
||||
{
|
||||
add_id=-1;
|
||||
add_filter=filter;
|
||||
|
Reference in New Issue
Block a user