Fetching current biddings from server menu. No extracting biddings from the response and merging into the model yet.
This commit is contained in:
@ -63,9 +63,7 @@ class MainWindow : public QMainWindow {
|
||||
void findItems();
|
||||
|
||||
/// 'Server' slots
|
||||
void fetchItems();
|
||||
void postItems();
|
||||
void deleteItem();
|
||||
void fetchCurrentBiddings();
|
||||
|
||||
/// 'Tools' slots
|
||||
void execSettingsDialog();
|
||||
@ -97,9 +95,7 @@ class MainWindow : public QMainWindow {
|
||||
unique_ptr<QAction> m_deleteItemAct;
|
||||
unique_ptr<QAction> m_findItemAct;
|
||||
/// Server actions
|
||||
unique_ptr<QAction> m_fetchItemsAct;
|
||||
unique_ptr<QAction> m_postItemsAct;
|
||||
unique_ptr<QAction> m_deleteItemsAct;
|
||||
unique_ptr<QAction> m_fetchCurrentBiddingsAct;
|
||||
|
||||
/// View actions
|
||||
unique_ptr<QAction> m_showModelUndoViewAct;
|
||||
|
||||
Reference in New Issue
Block a user