15 #include <QTableWidgetItem>
17 #include <QHeaderView>
18 #include <QDockWidget>
20 #include "exception.hpp"
22 #include "configuration.hpp"
69 QList<ProcessListRemovedItem*> *Removed;
71 int GetItem(
Query *q);
73 bool IsExpired(
Query *q);
77 #endif // PROCESSLIST_H
void InsertQuery(Query *q)
Insert a query to process list, the query is automatically removed once it's done.
Removed item that was in the process list.
List of processes in a main window.
void RemoveQuery(Query *q)
Remove a query from list no matter if it finished or not.
bool ContainsQuery(Query *q)
Return true if there is already this in a list.
void UpdateQuery(Query *q)
Update information about query in list.
Query base class for all http queries executed by huggle.