forked from qt-creator/qt-creator
Rename QWORKBENCH_UTILS_EXPORT to QTCREATOR_UTILS_EXPORT
Rename QWORKBENCH_UTILS_LIBRARY to QTCREATOR_UTILS_LIBRARY
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Utils {
|
||||
|
||||
// Helper to format a Windows error message, taking the
|
||||
// code as returned by the GetLastError()-API.
|
||||
QWORKBENCH_UTILS_EXPORT QString winErrorMessage(unsigned long error);
|
||||
QTCREATOR_UTILS_EXPORT QString winErrorMessage(unsigned long error);
|
||||
|
||||
} // namespace Utils
|
||||
} // namespace Core
|
||||
|
||||
Reference in New Issue
Block a user