data: Save command line info for CXX indexer commands to errors and show within errors table (issue #351)
bug id = 351
This commit is contained in:
@@ -47,8 +47,9 @@ private:
|
||||
MESSAGE = 1,
|
||||
FILE = 2,
|
||||
LINE = 3,
|
||||
INDEXED = 4,
|
||||
ID = 5
|
||||
COMMANDLINE = 4,
|
||||
INDEXED = 5,
|
||||
ID = 6
|
||||
};
|
||||
|
||||
void doRefreshView();
|
||||
|
||||
Reference in New Issue
Block a user