Rename QWORKBENCH_UTILS_EXPORT to QTCREATOR_UTILS_EXPORT

Rename QWORKBENCH_UTILS_LIBRARY to QTCREATOR_UTILS_LIBRARY
This commit is contained in:
Alessandro Portale
2009-05-08 12:09:21 +02:00
parent 2be7226215
commit c757c3f458
31 changed files with 46 additions and 46 deletions

View File

@@ -41,22 +41,22 @@ QT_END_NAMESPACE
namespace Core {
namespace Utils {
QWORKBENCH_UTILS_EXPORT QString headerGuard(const QString &file);
QTCREATOR_UTILS_EXPORT QString headerGuard(const QString &file);
QWORKBENCH_UTILS_EXPORT
QTCREATOR_UTILS_EXPORT
void writeIncludeFileDirective(const QString &file,
bool globalInclude,
QTextStream &str);
// Write opening namespaces and return an indentation string to be used
// in the following code if there are any.
QWORKBENCH_UTILS_EXPORT
QTCREATOR_UTILS_EXPORT
QString writeOpeningNameSpaces(const QStringList &namespaces,
const QString &indent,
QTextStream &str);
// Close namespacesnamespaces
QWORKBENCH_UTILS_EXPORT
QTCREATOR_UTILS_EXPORT
void writeClosingNameSpaces(const QStringList &namespaces,
const QString &indent,
QTextStream &str);