CoreTrace Qt IDE 1.0
The CoreTrace Text editor
 
Loading...
Searching...
No Matches
main.cpp File Reference
#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.
 

Function Documentation

◆ CheckForUpdates()

void CheckForUpdates ( )

Checks for application updates.

◆ CheckRequiredIcons()

void CheckRequiredIcons ( )

Checks if the required icons are present in the application directory.

◆ CheckRequirements()

void CheckRequirements ( )

Checks if all application requirements are met.

◆ main()

int main ( int  argc,
char *  argv[] 
)

The main entry point of the application.

Parameters
argcThe number of command-line arguments.
argvThe array of command-line arguments.
Returns
The exit code of the application.