move more files to shared project ; searchresultt.h: use filedata.h
This commit is contained in:
12
shared/searchresult.h
Normal file
12
shared/searchresult.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef SEARCHRESULT_H
|
||||
#define SEARCHRESULT_H
|
||||
#include "filedata.h"
|
||||
|
||||
class SearchResult
|
||||
{
|
||||
public:
|
||||
FileData fileData;
|
||||
unsigned int page;
|
||||
};
|
||||
|
||||
#endif // SEARCHRESULT_H
|
||||
Reference in New Issue
Block a user