#include "QtUtil/Util.H"
#include <cstring>
Go to the source code of this file.
Functions | |
char ** | argv2qt (int argc, const char **argv) |
Convert a const argv array to a NON-const one to satisfy Qt. |
Basic utility routines for working with Qt
Definition in file Util.C.
char** argv2qt | ( | int | argc, | |
const char ** | argv | |||
) |
Convert a const argv array to a NON-const one to satisfy Qt.
Definition at line 43 of file Util.C.
Referenced by main(), and QtDisplayStream::run().