diff options
author | Michele Calgaro <[email protected]> | 2021-12-09 23:27:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-12-09 23:27:00 +0900 |
commit | 416bed9bc124e24cc1351c7d8e5810ca7570a023 (patch) | |
tree | fbb25a82365c24f80874fe0d7190533b27a4df3b /examples/mainHelper.cpp | |
parent | 855818127b02c367fb187e67b9bb9b229b916304 (diff) | |
download | polkit-tqt-416bed9bc124e24cc1351c7d8e5810ca7570a023.tar.gz polkit-tqt-416bed9bc124e24cc1351c7d8e5810ca7570a023.zip |
Updated documentation and clean up.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/mainHelper.cpp')
-rw-r--r-- | examples/mainHelper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/mainHelper.cpp b/examples/mainHelper.cpp index 21e7d61fd..78610cd79 100644 --- a/examples/mainHelper.cpp +++ b/examples/mainHelper.cpp @@ -21,7 +21,6 @@ #include "PkExampleHelper.h" - int main(int argc, char *argv[]) { PkExampleHelper example(argc, argv); |