SilentEye 0.4.1
Functions

main.cpp File Reference

#include <QApplication>
#include "logger.h"
#include "mainwindow.h"
#include "modulemanager.h"
#include "controller.h"
#include <audio.h>

Go to the source code of this file.

Functions

void showMessage (QString msg, Logger &logger)
 Display message box when wrong parameter are given.
int main (int argc, char *argv[])
 Main !

Function Documentation

int main ( int  argc,
char *  argv[] 
)
void showMessage ( QString  msg,
Logger logger 
)

Display message box when wrong parameter are given.

Parameters:
msgText message to display
loggerLogger used for log writing

Definition at line 31 of file main.cpp.

References SilentEyeFramework::Logger::warning().

Referenced by main().