DbViewer: optimized fetching wm states from db, added checkbox along graph iteration slider to generate intermediate graphes.

This commit is contained in:
matlabbe
2018-02-23 10:12:36 -05:00
parent c3ab04b436
commit 69d28db660
7 changed files with 112 additions and 20 deletions

View File

@@ -215,6 +215,7 @@ private:
QString iniFilePath_;
bool useLastOptimizedGraphAsGuess_;
std::map<int, Transform> lastOptimizedGraph_;
};
}