From f685bbe934ea9809ab25a57d66d1e67f765c4df2 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Sun, 12 Jul 2020 19:56:31 +0500 Subject: [PATCH] Add link to QCompilerExplorer frontend (#2071) --- docs/API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/API.md b/docs/API.md index d664b1468..0cfaee96e 100644 --- a/docs/API.md +++ b/docs/API.md @@ -264,3 +264,4 @@ Here are some examples of projects using the Compiler Explorer API: * [API in Delphi by partouf](https://github.com/partouf/compilerexplorer-api) (Delphi) * [QTCreator Plugin by dobokirisame](https://github.com/dobokirisame/CompilerExplorer) (C++) * [CLion plugin by ogrebenyuk](https://github.com/ogrebenyuk/compilerexplorer) (Java) +* [QCompilerExplorer - frontend in Qt](https://github.com/Waqar144/QCompilerExplorer) (C++)