Skip to content

Commit

Permalink
Fix typo in example
Browse files Browse the repository at this point in the history
Qt platform example.
  • Loading branch information
MiKom authored and tronical committed Aug 9, 2024
1 parent 2eff651 commit bcc5327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cpp/platform_qt/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ int main(int argc, char **argv)
{
QApplication app(argc, argv);

static MyPlatform *plarform = [] {
static MyPlatform *platform = [] {
auto platform = std::make_unique<MyPlatform>();
auto p2 = platform.get();
slint::platform::set_platform(std::move(platform));
Expand Down

0 comments on commit bcc5327

Please sign in to comment.