Book Shelf
Loading...
Searching...
No Matches
main.cpp File Reference

This file contains the main entry point for the application. More...

#include "mainwindow.h"
#include <QApplication>

Functions

int main (int argc, char *argv[])
 The main entry point for the application.
 

Detailed Description

This file contains the main entry point for the application.

Author
Mitch Campbell
Date
2024-08-09

Function Documentation

◆ main()

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

The main entry point for the application.

Parameters
argcThe number of command line arguments.
argvThe command line arguments.
Returns
int The exit code.