für die interne signal Abwicklung.
nun ist es so das das Schlüsselwort schon durch Qt vergeben ist.
auf boost.org steht das man das durch eine config option in einer Pro datei beheben kann.
http://www.boost.org/doc/html/signals/s04.html
Das problem ist nur ich benutze keine pro dateien.CONFIG += no_keywords # so Qt won't #define any non-all-caps `keywords'
INCLUDEPATH += . /usr/local/include/boost-1_33_1/
macx:LIBS += /usr/local/lib/libboost_signals-1_33_1.a # ...your exact paths may vary
wie kann ich das in den compiler settings manuell einstellen, bei VS 2005?