Refactor things so less manual layout is done where not needed. Yields proper boostrap panel.

This commit is contained in:
Kevin Whitaker
2017-02-19 16:40:33 -05:00
parent 4f2eb8232d
commit c6c2eccec5
4 changed files with 21 additions and 10 deletions

View File

@@ -18,3 +18,9 @@
*/
#include "RequestInterface.h"
RequestInterface::RequestInterface(WebInterface* app)
{
this->app = app;
//TODO
}