Die Suche ergab 1 Treffer
- 4. März 2011 16:01
- Forum: C++ Grundlagen
- Thema: Konvertierungsproblem
- Antworten: 1
- Zugriffe: 2611
Konvertierungsproblem
Hallo Qt-Community, ich bin noch Recht neu in Qt4 und habe ein kleines Problem mit der Konvertierung von QString zu const char*. Config* cfg = Config::getInstance(); QString ip = cfg->getHostIP(); QString network = cfg->getNetwork(); QString filter = QString( "(src host %1 and not dst net %2) o...