#include "../includes/ide.hpp"#include <QApplication>#include <QDebug>#include <QDir>#include <QMessageBox>#include <QFile>#include <iostream>Functions | |
| void | CheckForUpdates () |
| Checks for application updates. | |
| void | CheckRequiredIcons () |
| Checks if the required icons are present in the application directory. | |
| void | CheckRequirements () |
| Checks if all application requirements are met. | |
| int | main (int argc, char *argv[]) |
| The main entry point of the application. | |
| void CheckForUpdates | ( | ) |
Checks for application updates.
| void CheckRequiredIcons | ( | ) |
Checks if the required icons are present in the application directory.
| void CheckRequirements | ( | ) |
Checks if all application requirements are met.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
The main entry point of the application.
| argc | The number of command-line arguments. |
| argv | The array of command-line arguments. |