This commit is contained in:
parent
e2c1ddcb20
commit
6d6c4645dd
4 changed files with 7 additions and 6 deletions
|
@ -197,7 +197,5 @@ void AllFiles::ReadRepFile(char const * Name)
|
|||
cout<<"Read report file "<<Name<<endl;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*===========================================================================
|
||||
end */
|
||||
|
|
|
@ -68,7 +68,7 @@ public:
|
|||
void AlignHeaders(bool f) {m_AlignHeaders=f;}
|
||||
void AllowRotate(bool f) {MyFiles.SetAllowRotate(f);}
|
||||
void FileRecursion(bool f) {MyFiles.SetFileRecursion(f);}
|
||||
void tNoSort() {MyFiles.setNoSort();}
|
||||
void NoSort() {MyFiles.setNoSort();}
|
||||
|
||||
void ReadRepFile(GString String) {MyFiles.ReadRepFile(String);}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue