Skip to content

Commit

Permalink
add qt5.12.12-compatibility
Browse files Browse the repository at this point in the history
I'm not sure if I added this line correctly, but now it doesn't report errors.
  • Loading branch information
Social-Mean committed Mar 15, 2024
1 parent d39b253 commit cbaa479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/libexampletools/jkqtpexampleapplication.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public Q_SLOTS:
std::function<void(void)> f;
std::function<JKQTPlotter*(void)> plotf;
JKQTPlotter* p;
inline Data() {};
inline Data(const std::function<void(void)>& f_):
type(FunctorType), f(f_), plotf(), p(nullptr)
{}
Expand Down

0 comments on commit cbaa479

Please sign in to comment.