removed dispensable files
parent
3e2954694a
commit
a51414aa55
|
|
@ -1,86 +0,0 @@
|
||||||
[
|
|
||||||
{
|
|
||||||
"arguments": [
|
|
||||||
"clang++",
|
|
||||||
"-c",
|
|
||||||
"-m64",
|
|
||||||
"-target",
|
|
||||||
"x86_64-linux-gnu",
|
|
||||||
"-std=c++11",
|
|
||||||
"-fcxx-exceptions",
|
|
||||||
"-fexceptions",
|
|
||||||
"-DQT_QML_DEBUG",
|
|
||||||
"-DQT_PLUGIN",
|
|
||||||
"-DQT_GUI_LIB",
|
|
||||||
"-DQT_NETWORK_LIB",
|
|
||||||
"-DQT_CORE_LIB",
|
|
||||||
"-DBOOST_TYPE_INDEX_CTTI_USER_DEFINED_PARSING=(39, 1, true, \"T = \")",
|
|
||||||
"-fPIC",
|
|
||||||
"-I",
|
|
||||||
"/home/nymea/Developer/nymea-coinmarketcapplugin",
|
|
||||||
"-I",
|
|
||||||
"/usr/include/nymea",
|
|
||||||
"-I",
|
|
||||||
"/usr/include/x86_64-linux-gnu/qt5",
|
|
||||||
"-I",
|
|
||||||
"/usr/include/x86_64-linux-gnu/qt5/QtGui",
|
|
||||||
"-I",
|
|
||||||
"/usr/include/x86_64-linux-gnu/qt5/QtNetwork",
|
|
||||||
"-I",
|
|
||||||
"/usr/include/x86_64-linux-gnu/qt5/QtCore",
|
|
||||||
"-I",
|
|
||||||
"/home/nymea/Developer/build-coinmarketcap-Desktop-Debug",
|
|
||||||
"-I",
|
|
||||||
"/usr/include/libdrm",
|
|
||||||
"-I",
|
|
||||||
"/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++",
|
|
||||||
"-x",
|
|
||||||
"c++",
|
|
||||||
"/home/nymea/Developer/nymea-coinmarketcapplugin/deviceplugincoinmarketcap.cpp"
|
|
||||||
],
|
|
||||||
"directory": "/home/nymea/Developer/build-coinmarketcap-Desktop-Debug",
|
|
||||||
"file": "/home/nymea/Developer/nymea-coinmarketcapplugin/deviceplugincoinmarketcap.cpp"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"arguments": [
|
|
||||||
"clang",
|
|
||||||
"-c",
|
|
||||||
"-m64",
|
|
||||||
"-target",
|
|
||||||
"x86_64-linux-gnu",
|
|
||||||
"-std=c++11",
|
|
||||||
"-fcxx-exceptions",
|
|
||||||
"-fexceptions",
|
|
||||||
"-DQT_QML_DEBUG",
|
|
||||||
"-DQT_PLUGIN",
|
|
||||||
"-DQT_GUI_LIB",
|
|
||||||
"-DQT_NETWORK_LIB",
|
|
||||||
"-DQT_CORE_LIB",
|
|
||||||
"-DBOOST_TYPE_INDEX_CTTI_USER_DEFINED_PARSING=(39, 1, true, \"T = \")",
|
|
||||||
"-fPIC",
|
|
||||||
"-I",
|
|
||||||
"/home/nymea/Developer/nymea-coinmarketcapplugin",
|
|
||||||
"-I",
|
|
||||||
"/usr/include/nymea",
|
|
||||||
"-I",
|
|
||||||
"/usr/include/x86_64-linux-gnu/qt5",
|
|
||||||
"-I",
|
|
||||||
"/usr/include/x86_64-linux-gnu/qt5/QtGui",
|
|
||||||
"-I",
|
|
||||||
"/usr/include/x86_64-linux-gnu/qt5/QtNetwork",
|
|
||||||
"-I",
|
|
||||||
"/usr/include/x86_64-linux-gnu/qt5/QtCore",
|
|
||||||
"-I",
|
|
||||||
"/home/nymea/Developer/build-coinmarketcap-Desktop-Debug",
|
|
||||||
"-I",
|
|
||||||
"/usr/include/libdrm",
|
|
||||||
"-I",
|
|
||||||
"/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++",
|
|
||||||
"-x",
|
|
||||||
"c++-header",
|
|
||||||
"/home/nymea/Developer/nymea-coinmarketcapplugin/deviceplugincoinmarketcap.h"
|
|
||||||
],
|
|
||||||
"directory": "/home/nymea/Developer/build-coinmarketcap-Desktop-Debug",
|
|
||||||
"file": "/home/nymea/Developer/nymea-coinmarketcapplugin/deviceplugincoinmarketcap.h"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
@ -18,6 +18,24 @@
|
||||||
* *
|
* *
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\page coinmarketcap.html
|
||||||
|
\title coin market cap
|
||||||
|
\brief Plugin to get the latest crypto prices.
|
||||||
|
|
||||||
|
\ingroup plugins
|
||||||
|
|
||||||
|
The coin market cap plugin gets the latest crypto prices from coin market cap and displays it in your favourite fiat currency.
|
||||||
|
|
||||||
|
\chapter Plugin properties
|
||||||
|
Following JSON file contains the definition and the description of all available \l{DeviceClass}{DeviceClasses}
|
||||||
|
and \l{Vendor}{Vendors} of this \l{DevicePlugin}.
|
||||||
|
|
||||||
|
For more details how to read this JSON file please check out the documentation for \l{The plugin JSON File}.
|
||||||
|
|
||||||
|
\quotefile plugins/deviceplugins/coinmarketcap/deviceplugincoinmarketcap.json
|
||||||
|
*/
|
||||||
|
|
||||||
#include "deviceplugincoinmarketcap.h"
|
#include "deviceplugincoinmarketcap.h"
|
||||||
#include "network/networkaccessmanager.h"
|
#include "network/networkaccessmanager.h"
|
||||||
#include "plugininfo.h"
|
#include "plugininfo.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue