summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtest_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib/qtest_global.h')
-rw-r--r--src/testlib/qtest_global.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testlib/qtest_global.h b/src/testlib/qtest_global.h
index c40f0adc3..b5b0fc054 100644
--- a/src/testlib/qtest_global.h
+++ b/src/testlib/qtest_global.h
@@ -82,7 +82,6 @@ namespace QTest
enum TestFailMode { Abort = 1, Continue = 2 };
int Q_TESTLIB_EXPORT qt_snprintf(char *str, int size, const char *format, ...);
- int qt_asprintf(char **str, const char *format, ...);
}
QT_END_NAMESPACE