Let's make (git) history!
このコミットが含まれているのは:
10
searchresult.h
ノーマルファイル
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
|
新しいイシューから参照
ユーザーをブロックする