|
Engauge Digitizer 2
|
Adds ability to QUrl to cleanup url path. More...
#include <UrlDirty.h>


Public Member Functions | |
| UrlDirty () | |
| Default constructor. | |
| UrlDirty (const QUrl &other) | |
| Copy constructor. | |
| QString | toLocalFile () const |
| Override method to get string value to remove trailing whitepace. | |
Adds ability to QUrl to cleanup url path.
Hint for usage - apply where QUrl::toLocalFile is found
Definition at line 15 of file UrlDirty.h.
| UrlDirty::UrlDirty | ( | ) |
| UrlDirty::UrlDirty | ( | const QUrl & | other | ) |
| QString UrlDirty::toLocalFile | ( | ) | const |
Override method to get string value to remove trailing whitepace.
Definition at line 18 of file UrlDirty.cpp.