add warning notices that is not public api

This commit is contained in:
Marco Martin 2014-02-20 11:19:50 +01:00
parent e9580fc257
commit 5fb89a5ea9
7 changed files with 76 additions and 0 deletions

View File

@ -30,6 +30,17 @@
#include <plasmaquick/plasmaquick_export.h>
//
// W A R N I N G
// -------------
//
// This file is not part of the public Plasma API. It exists purely as an
// implementation detail. This header file may change from version to
// version without notice, or even be removed.
//
// We mean it.
//
namespace Plasma {
class Applet;
}

View File

@ -26,6 +26,17 @@
#include <plasmaquick/plasmaquick_export.h>
//
// W A R N I N G
// -------------
//
// This file is not part of the public Plasma API. It exists purely as an
// implementation detail. This header file may change from version to
// version without notice, or even be removed.
//
// We mean it.
//
namespace Plasma {
class Applet;
}

View File

@ -25,6 +25,17 @@
#include <plasmaquick/plasmaquick_export.h>
//
// W A R N I N G
// -------------
//
// This file is not part of the public Plasma API. It exists purely as an
// implementation detail. This header file may change from version to
// version without notice, or even be removed.
//
// We mean it.
//
namespace Plasma {
class Applet;
}

View File

@ -26,6 +26,17 @@
#include <Plasma/Package>
//
// W A R N I N G
// -------------
//
// This file is not part of the public Plasma API. It exists purely as an
// implementation detail. This header file may change from version to
// version without notice, or even be removed.
//
// We mean it.
//
class QQmlEngine;
namespace PlasmaQuick

View File

@ -22,6 +22,17 @@
#include <QQmlComponent>
//
// W A R N I N G
// -------------
//
// This file is not part of the public Plasma API. It exists purely as an
// implementation detail. This header file may change from version to
// version without notice, or even be removed.
//
// We mean it.
//
namespace Plasma {
class Applet;
}

View File

@ -22,6 +22,17 @@
#include <QObject>
//
// W A R N I N G
// -------------
//
// This file is not part of the public Plasma API. It exists purely as an
// implementation detail. This header file may change from version to
// version without notice, or even be removed.
//
// We mean it.
//
namespace PlasmaQuick {
//This class represents a single row item of the ConfigModel model in a QML friendly manner.

View File

@ -25,6 +25,16 @@
#include "plasma/corona.h"
#include "plasma/containment.h"
//
// W A R N I N G
// -------------
//
// This file is not part of the public Plasma API. It exists purely as an
// implementation detail. This header file may change from version to
// version without notice, or even be removed.
//
// We mean it.
//
namespace PlasmaQuick
{