equal
deleted
inserted
replaced
16 */ |
16 */ |
17 |
17 |
18 //USER |
18 //USER |
19 #include "logscommondata.h" |
19 #include "logscommondata.h" |
20 #include "logslogger.h" |
20 #include "logslogger.h" |
|
21 #include "logsconfigurationparams.h" |
21 |
22 |
22 //SYSTEM |
23 //SYSTEM |
23 #include <qcontactmanager.h> |
24 #include <qcontactmanager.h> |
24 |
25 |
25 |
26 |
108 LogsEvent::LogsDirection LogsCommonData::maxReadSizeDirection() const |
109 LogsEvent::LogsDirection LogsCommonData::maxReadSizeDirection() const |
109 { |
110 { |
110 return mMaxReadSizeDir; |
111 return mMaxReadSizeDir; |
111 } |
112 } |
112 |
113 |
|
114 // ----------------------------------------------------------------------------- |
|
115 // |
|
116 // ----------------------------------------------------------------------------- |
|
117 // |
|
118 int LogsCommonData::updateConfiguration(const LogsConfigurationParams& params) |
|
119 { |
|
120 mConfiguration = params; |
|
121 return 0; |
|
122 } |
|
123 |
|
124 // ----------------------------------------------------------------------------- |
|
125 // |
|
126 // ----------------------------------------------------------------------------- |
|
127 // |
|
128 LogsConfigurationParams& LogsCommonData::currentConfiguration() |
|
129 { |
|
130 return mConfiguration; |
|
131 } |
113 // End of file |
132 // End of file |
114 |
133 |