Refactor things so less manual layout is done where not needed. Yields proper boostrap panel.
This commit is contained in:
@@ -18,3 +18,9 @@
|
||||
*/
|
||||
|
||||
#include "RequestInterface.h"
|
||||
|
||||
RequestInterface::RequestInterface(WebInterface* app)
|
||||
{
|
||||
this->app = app;
|
||||
//TODO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user