Add some TODO notes

This commit is contained in:
baldurk
2016-11-14 14:21:23 +01:00
parent d2c55377f3
commit c39fe4a6c0
2 changed files with 14 additions and 0 deletions
+6
View File
@@ -304,6 +304,8 @@ void MainWindow::LoadLogfile(const QString &filename, bool temporary, bool local
rdctype::str machineIdent;
ReplaySupport support = eReplaySupport_Unsupported;
// TODO Remote
bool remoteReplay =
!local /*|| (m_Core.Renderer.Remote != null && m_Core.Renderer.Remote.Connected)*/;
@@ -427,6 +429,8 @@ void MainWindow::LoadLogfile(const QString &filename, bool temporary, bool local
{
RDDialog::critical(NULL, tr("Not Implemented"), tr("Not Implemented"));
return;
// TODO Remote
/*
try
{
@@ -781,6 +785,7 @@ void MainWindow::OnLogfileLoaded()
void MainWindow::OnLogfileClosed()
{
// TODO Remote
// contextChooser.Enabled = true;
statusText->setText("");
@@ -821,6 +826,7 @@ void MainWindow::on_action_About_triggered()
void MainWindow::on_action_Mesh_Output_triggered()
{
// TODO Mesh view
}
void MainWindow::on_action_Event_Viewer_triggered()