![]() |
QElectroTech 0.100.0-dev
|
#include "machine_info.h"#include "qet.h"#include "qetapp.h"#include "singleapplication.h"#include "utils/macosxopenevent.h"#include "utils/qetsettings.h"#include <QStyleFactory>#include <QtConcurrent>
Functions | |
| void | myMessageOutput (QtMsgType type, const QMessageLogContext &context, const QString &msg) |
| myMessageOutput for debugging | |
| void | delete_old_log_files (int days) |
| delete_old_log_files delete old log files | |
| int | main (int argc, char **argv) |
| main Main function of QElectroTech | |
| void delete_old_log_files | ( | int | days | ) |
delete_old_log_files delete old log files
| days | : max days old |


| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
main Main function of QElectroTech
| argc | : number of parameters |
| argv | : parameters |

| void myMessageOutput | ( | QtMsgType | type, |
| const QMessageLogContext & | context, | ||
| const QString & | msg | ||
| ) |
myMessageOutput for debugging
| type | : the messages that can be sent to a message handler |
| context | : were? wat? |
| msg | : Message |

