20 #include "configuration.hpp"
21 #include "wikiuser.hpp"
22 #include "wikipage.hpp"
23 #include "apiquery.hpp"
46 void on_pushButton_2_clicked();
47 void on_pushButton_3_clicked();
49 void onStartOfSearch();
53 QString contentsOfUAA;
81 void failed(QString reason);
QString dr
Whole contents of UAA page.
bool checkIfReported()
Check if user is reported.
QTimer * uT
Timer pointer that allows us to do magical things.
void setUserForUAA(WikiUser *user)
I don't have much of a clue why this is here lol, but I know the dialog can't be initialised from mai...
void failed(QString reason)
Message box, if anything fails.
QString optionalreason
String that represents what is in the line edit.
void on_pushButton_clicked()
ApiQuery * qUAApage
Pointer to get UAA contents (we don't want replace the page with our content, do we?)
void whatToReport()
Function to decide what we are reporting.
QString uaaReportReason
Reason for report.
void getPageContents()
Get page contents (reason for this is above)
ApiQuery * qChUAApage
Pointer that also gets UAA contents; this time it is used for checking if a user is reported or not...
Form to report users to UAA.
WikiPage * page
Pointer to WikiUser.
This class can be used to execute any kind of api query on any wiki.
QTimer * cuT
Timer that does other magical things.
void insertUsername()
Function to that allows us to properly insert what we need to insert.