Αυτή η υποβολή περιλαμβάνεται σε:
2018-11-03 17:12:20 +01:00
υποβολή 3bfebfe8a8
212 αρχεία άλλαξαν με 11970 προσθήκες και 0 διαγραφές

10
searchresult.h Κανονικό αρχείο

@@ -0,0 +1,10 @@
#ifndef SEARCHRESULT_H
#define SEARCHRESULT_H
#include <string>
class SearchResult
{
public:
std::string query;
std::string pagename;
};
#endif // SEARCHRESULT_H