Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Qt4/QtMainWindow.cpp

    rd20ded re0b5f0  
    5757#include "Views/Qt4/QtFragmentList.hpp"
    5858#include "Views/Qt4/QtHomologyList.hpp"
     59#include "Views/Qt4/QtLogBox.hpp"
    5960#include "Views/Qt4/QtShapeController.hpp"
    6061#include "Views/Qt4/QtInfoBox.hpp"
     
    9899  homologyList = new QtHomologyList(worldTab);
    99100  fragmentList = new QtFragmentList(worldTab);
     101  logBox = new QtLogBox(worldTab);
    100102  shapeController = new QtShapeController(worldTab);
    101103
     
    130132  worldTab->addTab(fragmentList, "All Fragments");
    131133  worldTab->addTab(homologyList, "All Homologies");
     134  worldTab->addTab(logBox, "Log");
    132135
    133136  statusBar = new QtStatusBar(this);
Note: See TracChangeset for help on using the changeset viewer.