KDE/kdevplatform/debugger
Andreas Pakulat
apaku at gmx.de
Tue Jul 21 05:21:45 UTC 2009
On 19.07.09 12:55:34, Amilcar do Carmo Lucas wrote:
> SVN commit 999214 by aclu:
> -private slots:
> +private Q_SLOTS:
> void stateChanged(KDevelop::IDebugSession::DebuggerState state);
Niko (and everybody else), there should be no private slots in our public
API, please use Q_PRIVATE_SLOT macro to put the slot function into the
dpointer.
> -#include <KTextEditor/Document>
> -#include <KTextEditor/View>
> +#include <KDE/KTextEditor/Document>
> +#include <KDE/KTextEditor/View>
@Amilcar: This is bogus, the KDE directory is added by cmake, if that
doesn't work for you please complain to SuSE.
Andreas
--
You will visit the Dung Pits of Glive soon.
More information about the KDevelop-devel
mailing list