Skip to content
Commit 94516190 authored by Laurent Montel's avatar Laurent Montel
Browse files

Remove duplicate headers between cpp/h

parent 4f4faffe
Pipeline #193267 passed with stage
in 6 minutes and 13 seconds
  • @mlaurent this commit broke my build :

    /home/kde-dev/kde/src/plasma-desktop/kcms/mouse/plugin.cpp:8:43: error: expected identifier before string constant
        8 | K_PLUGIN_CLASS_WITH_JSON(ConfigContainer, "mouse.json")
          |                                           ^~~~~~~~~~~~
    /home/kde-dev/kde/src/plasma-desktop/kcms/mouse/plugin.cpp:8:43: error: expected ‘,’ or ‘...’ before string constant
    /home/kde-dev/kde/src/plasma-desktop/kcms/mouse/plugin.cpp:8:56: error: expected constructor, destructor, or type conversion at end of input
        8 | K_PLUGIN_CLASS_WITH_JSON(ConfigContainer, "mouse.json")
          |                                                        ^

    when i addback #include <KPluginFactory> it compiles fine

  • Author Developer

    wierd this file doesn't include its .h file ? => no #include <plugin.h> ?

  • to be sure i just deleted whole build directory and trying to recompile again via kdesrc-build , i will return back with result within a 15 minutes

  • @mlaurent i dont know how it passed gitlab's CI without brake but it couldnt build on my box :

    To solve this i need to add #include "plugin.h" or #include <KPluginFactory>

  • Author Developer

    I added #include "plugin.h" it's logical.

  • Thank you

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment