mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2017-09-21 Fred Gleason <fredg@paravelsystems.com>
* Fixed bugs that broke the build under Windows.
This commit is contained in:
@@ -42,7 +42,9 @@
|
||||
|
||||
#include "drop_listview.h"
|
||||
#include "list_reports.h"
|
||||
#ifndef WIN32
|
||||
#include "render_dialog.h"
|
||||
#endif // WIN32
|
||||
|
||||
//
|
||||
// Widget Settings
|
||||
@@ -164,7 +166,6 @@ class EditLog : public QDialog
|
||||
QPushButton *edit_paste_button;
|
||||
QPushButton *edit_save_button;
|
||||
QPushButton *edit_saveas_button;
|
||||
QPushButton *edit_renderas_button;
|
||||
QPushButton *edit_reports_button;
|
||||
RDTransportButton *edit_play_button;
|
||||
RDTransportButton *edit_stop_button;
|
||||
@@ -186,7 +187,10 @@ class EditLog : public QDialog
|
||||
QLabel *edit_purgedate_label;
|
||||
QDateEdit *edit_purgedate_edit;
|
||||
QPushButton *edit_purgedate_button;
|
||||
#ifndef WIN32
|
||||
QPushButton *edit_renderas_button;
|
||||
RenderDialog *edit_render_dialog;
|
||||
#endif // WIN32
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user