2018-10-19 Fred Gleason <fredg@paravelsystems.com>

* Removed 'build_win32.bat'.
	* Removed all conditional compilation based on 'WIN32'.
This commit is contained in:
Fred Gleason
2018-10-19 17:03:58 -04:00
parent a127f98758
commit 75bec4d3c4
46 changed files with 49 additions and 568 deletions

View File

@@ -23,9 +23,7 @@
#include <qsqldatabase.h>
#ifndef WIN32
#include <rdsettings.h>
#endif // WIN32
#include <rdlog_line.h>
class RDLogeditConf
@@ -69,9 +67,7 @@ class RDLogeditConf
void setRipperLevel(int level);
RDLogLine::TransType defaultTransType() const;
void setDefaultTransType(RDLogLine::TransType type);
#ifndef WIN32
void getSettings(RDSettings *s) const;
#endif // WIN32
private:
void SetRow(const QString &param,int value) const;
@@ -81,4 +77,4 @@ class RDLogeditConf
};
#endif
#endif // RDLOGEDIT_CONF_H