14
testHasttable/element/switch.h
Normal file
14
testHasttable/element/switch.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef SWITCH_H
|
||||
#define SWITCH_H
|
||||
#include <QPair>
|
||||
#include "branch.h"
|
||||
class Switch:public Branch
|
||||
{
|
||||
public:
|
||||
Switch(const QPair<QString, QString> &fromTo);
|
||||
protected:
|
||||
virtual void extract();
|
||||
|
||||
};
|
||||
|
||||
#endif // SWITCH_H
|
||||
Reference in New Issue
Block a user