summaryrefslogtreecommitdiff
path: root/fetchboardconfigaction.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-02 18:36:21 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-02 18:36:21 +0200
commitea2ac1ddd74c1d97f094a4e56f2c038b5fef6351 (patch)
tree92376ef4a33ef46d9ab6d464732e0ca06d2cee1e /fetchboardconfigaction.h
parent70afca89b21dda18dc5e94858bec472da9130cda (diff)
downloadtapasboard-ea2ac1ddd74c1d97f094a4e56f2c038b5fef6351.tar.gz
tapasboard-ea2ac1ddd74c1d97f094a4e56f2c038b5fef6351.zip
add some support for smilies
Diffstat (limited to 'fetchboardconfigaction.h')
-rw-r--r--fetchboardconfigaction.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/fetchboardconfigaction.h b/fetchboardconfigaction.h
deleted file mode 100644
index 7f350f9..0000000
--- a/fetchboardconfigaction.h
+++ /dev/null
@@ -1,25 +0,0 @@
-#ifndef FETCHBOARDCONFIGACTION_H
-#define FETCHBOARDCONFIGACTION_H
-
-#include "action.h"
-
-class XmlRpcPendingCall;
-
-class FetchBoardConfigAction : public Action
-{
- Q_OBJECT
-public:
- explicit FetchBoardConfigAction(Board *board);
-
- bool isSupersetOf(Action *action) const;
-
- void execute();
-
-private slots:
- void handleFinishedCall();
-
-private:
- XmlRpcPendingCall *_call;
-};
-
-#endif // FETCHBOARDCONFIGACTION_H