Let's make (git) history!
This commit is contained in:
10
searchresult.h
Normal file
10
searchresult.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef SEARCHRESULT_H
|
||||
#define SEARCHRESULT_H
|
||||
#include <string>
|
||||
class SearchResult
|
||||
{
|
||||
public:
|
||||
std::string query;
|
||||
std::string pagename;
|
||||
};
|
||||
#endif // SEARCHRESULT_H
|
Fai riferimento in un nuovo problema
Block a user