Skip to content

Commit 807e3f5

Browse files
authored
tests: Fix typo "qlinef"
1 parent 7801bea commit 807e3f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/qt_types_standalone/cpp/qlinef.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <QtCore/QLineF>
1010
#include <QtTest/QTest>
1111

12-
#include "cxx-qt-gen/qline_cxx.cxx.h"
12+
#include "cxx-qt-gen/qlinef_cxx.cxx.h"
1313

1414
class QLineFTest : public QObject
1515
{

tests/qt_types_standalone/rust/src/qlinef.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use cxx_qt_lib::{QLineF, QPointF};
77

88
#[cxx::bridge]
9-
mod qline_cxx {
9+
mod qlinef_cxx {
1010
unsafe extern "C++" {
1111
include!("cxx-qt-lib/qlinef.h");
1212
type QLineF = cxx_qt_lib::QLineF;

0 commit comments

Comments
 (0)