diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-02-15 23:16:06 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2017-02-15 23:16:06 +0100 |
| commit | b210f264a90f95aa8ca22cb03e313468767225a8 (patch) | |
| tree | aacbd06dac8ad4f64bb077307bc1426aa3c7a342 /text_file_functions.cpp | |
| parent | 9ec69c2d2fbd19511b8d51e83fbe5b5e61909deb (diff) | |
| parent | 897e19546ae9dae3e4197d97739a14c05c07f4aa (diff) | |
Merge branch 'master' of https://github.com/Attorney-Online-Engineering-Task-Force/Attorney-Online-Client-Remake
Diffstat (limited to 'text_file_functions.cpp')
| -rw-r--r-- | text_file_functions.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/text_file_functions.cpp b/text_file_functions.cpp index bc8490da..6416781a 100644 --- a/text_file_functions.cpp +++ b/text_file_functions.cpp @@ -130,8 +130,6 @@ pos_size_type AOApplication::get_pos_and_size(QString p_identifier, QString p_de return return_value; } - - qDebug() << "W: Could not find proper " << p_identifier << " in " << p_design_path; //caller should deal with the result properly(check width and height of output for negatives) return_value.height = -1; return_value.width = -1; |
