[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdev-clang-tidy] src: Remove unused method Plugin::loadOutput()
From:       Friedrich W. H. Kossebau <null () kde ! org>
Date:       2018-07-31 20:15:15
Message-ID: E1fkb35-0007N1-Jw () code ! kde ! org
[Download RAW message or body]

Git commit 7518b63acc56e66b41763cd6c96e462f2f65157b by Friedrich W. H. Kossebau.
Committed on 31/07/2018 at 17:00.
Pushed by kossebau into branch 'master'.

Remove unused method Plugin::loadOutput()

M  +0    -4    src/plugin.cpp
M  +0    -1    src/plugin.h

https://commits.kde.org/kdev-clang-tidy/7518b63acc56e66b41763cd6c96e462f2f65157b

diff --git a/src/plugin.cpp b/src/plugin.cpp
index 8968009..dfa63ca 100644
--- a/src/plugin.cpp
+++ b/src/plugin.cpp
@@ -242,10 +242,6 @@ void Plugin::runClangTidyAll()
     runClangTidy(allFiles);
 }
 
-void Plugin::loadOutput()
-{
-}
-
 void Plugin::result(KJob* job)
 {
     Job* aj = dynamic_cast<Job*>(job);
diff --git a/src/plugin.h b/src/plugin.h
index 89dd325..ea9a53d 100644
--- a/src/plugin.h
+++ b/src/plugin.h
@@ -84,7 +84,6 @@ protected:
     void collectAllAvailableChecks(const QString& clangtidyPath);
 
 private Q_SLOTS:
-    void loadOutput();
     void runClangTidy(bool allFiles = false);
     void runClangTidy(const QUrl& url, bool allFiles = false);
     void runClangTidyFile();

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic