Skip to content

Commit

Permalink
cxx-qt-lib: format qpolygon/f files
Browse files Browse the repository at this point in the history
  • Loading branch information
jnbooth committed Jan 12, 2025
1 parent 6f59bea commit cf2976f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/cxx-qt-lib/src/gui/qpolygon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-FileContributor: Laurent Montel <[email protected]>
//
// SPDX-License-Identifier: MIT OR Apache-2.0
use crate::{QVector, QPoint, QRect};
use crate::{QPoint, QRect, QVector};
use core::mem::MaybeUninit;
use cxx::{type_id, ExternType};
use std::ops::{Deref, DerefMut};
Expand Down
2 changes: 1 addition & 1 deletion crates/cxx-qt-lib/src/gui/qpolygonf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use core::mem::MaybeUninit;
use cxx::{type_id, ExternType};
use std::ops::{Deref, DerefMut};

use crate::{QVector, QPointF};
use crate::{QPointF, QVector};

#[cxx::bridge]
mod ffi {
Expand Down

0 comments on commit cf2976f

Please sign in to comment.