mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2018-10-19 Fred Gleason <fredg@paravelsystems.com>
* Removed 'build_win32.bat'. * Removed all conditional compilation based on 'WIN32'.
This commit is contained in:
@@ -45,9 +45,7 @@
|
||||
|
||||
#include "drop_listview.h"
|
||||
#include "list_reports.h"
|
||||
#ifndef WIN32
|
||||
#include "render_dialog.h"
|
||||
#endif // WIN32
|
||||
|
||||
//
|
||||
// Widget Settings
|
||||
@@ -197,10 +195,8 @@ class EditLog : public QDialog
|
||||
Q3DateEdit *edit_purgedate_edit;
|
||||
QPushButton *edit_purgedate_button;
|
||||
RDLogLock *edit_log_lock;
|
||||
#ifndef WIN32
|
||||
QPushButton *edit_renderas_button;
|
||||
RenderDialog *edit_render_dialog;
|
||||
#endif // WIN32
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user