move more files to shared project ; searchresultt.h: use filedata.h

This commit is contained in:
2019-04-22 21:07:41 +02:00
parent 6b94b8f619
commit 326c12ca80
17 changed files with 467 additions and 94 deletions

12
shared/searchresult.h Normal file
View 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