Change int in double for Search
Add SearchBanner & Search Pannel Enable MassUpdate
This commit is contained in:
@@ -404,7 +404,7 @@ const QString& KissCount::GetOperationOrder()
|
||||
}
|
||||
|
||||
std::vector<Operation>* KissCount::Search(QString* description, QDate* dateFrom, QDate* dateTo,
|
||||
int* amountFrom, int* amountTo,
|
||||
double* amountFrom, double* amountTo,
|
||||
std::vector<int> categories, int types, std::vector<int> accounts)
|
||||
{
|
||||
|
||||
|
||||
@@ -101,7 +101,7 @@ public:
|
||||
const QString& GetOperationOrder();
|
||||
|
||||
std::vector<Operation>* Search(QString* description, QDate* dateFrom, QDate* dateTo,
|
||||
int* amountFrom, int* amountTo,
|
||||
double* amountFrom, double* amountTo,
|
||||
std::vector<int> categories, int types, std::vector<int> accounts);
|
||||
|
||||
bool SearchPreviousOperation(Operation* res, Operation& op, int month, int year, bool limitToType);
|
||||
|
||||
Reference in New Issue
Block a user