#include "GuiWrapper.h"
#include "rtabmap/utilite/ULogger.h"
#include <QApplication>
#include <rtabmap/gui/MainWindow.h>
#include <signal.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | my_handler (int s) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 40 of file GuiNode.cpp.
void my_handler | ( | int | s | ) |
Definition at line 36 of file GuiNode.cpp.