mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
fixed spaces/tabs mix
This commit is contained in:
@ -18,12 +18,12 @@ private:
|
||||
HttpListener * listener;
|
||||
public:
|
||||
|
||||
/** Constructor */
|
||||
Startup();
|
||||
/** Constructor */
|
||||
Startup();
|
||||
/** Start the server */
|
||||
void start();
|
||||
void start();
|
||||
/** Stop the server */
|
||||
void stop();
|
||||
void stop();
|
||||
|
||||
QString getPort();
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user