We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7801bea commit 807e3f5Copy full SHA for 807e3f5
tests/qt_types_standalone/cpp/qlinef.h
@@ -9,7 +9,7 @@
9
#include <QtCore/QLineF>
10
#include <QtTest/QTest>
11
12
-#include "cxx-qt-gen/qline_cxx.cxx.h"
+#include "cxx-qt-gen/qlinef_cxx.cxx.h"
13
14
class QLineFTest : public QObject
15
{
tests/qt_types_standalone/rust/src/qlinef.rs
@@ -6,7 +6,7 @@
6
use cxx_qt_lib::{QLineF, QPointF};
7
8
#[cxx::bridge]
-mod qline_cxx {
+mod qlinef_cxx {
unsafe extern "C++" {
include!("cxx-qt-lib/qlinef.h");
type QLineF = cxx_qt_lib::QLineF;
0 commit comments