Manages the checking process of wads when trying to enter a server or when executing the "Find missing WADs" operation. It will prompt a loading bar dialog after 500 milliseconds of processing, that will also allow the user to cancel the integrity check with a "cancel" button. More...
#include <checkwadsdlg.h>
Signals | |
void | finishedChecking () |
Public Member Functions | |
CheckWadsDlg (const PathFinder *pathFinder, QWidget *parent=nullptr) | |
void | addWads (const QList< PWad > &wads) |
adds the wads to check. More... | |
const CheckResult | checkWads () |
this function will check for the paths and integrity (if it is turned on in the config). If the process takes more than 500 milliseconds, it will open a loading bar. More... | |
Manages the checking process of wads when trying to enter a server or when executing the "Find missing WADs" operation. It will prompt a loading bar dialog after 500 milliseconds of processing, that will also allow the user to cancel the integrity check with a "cancel" button.
Definition at line 50 of file checkwadsdlg.h.
void CheckWadsDlg::addWads | ( | const QList< PWad > & | wads | ) |
adds the wads to check.
Definition at line 63 of file checkwadsdlg.cpp.
const CheckResult CheckWadsDlg::checkWads | ( | ) |
this function will check for the paths and integrity (if it is turned on in the config). If the process takes more than 500 milliseconds, it will open a loading bar.
Definition at line 69 of file checkwadsdlg.cpp.