Skip to content

Fix compile error introduced by a439211c

Bhushan Shah requested to merge work/fix-error into master

With semicolon added it fails with,

/opt/kde/include/KF5/KIOWidgets/kdesktopfileactions.h:34:1: error: declaration does not declare anything [-fpermissive] 34 | KIOWIDGETS_DEPRECATED_VERSION(5, 82, "For lack of usage.");

CC: @ahmadsamir

Thanks to @davidre for spotting.

Merge request reports