Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dtk
dtk
Commits
51c789ac
Commit
51c789ac
authored
Sep 11, 2014
by
Julien Wintz
Browse files
Proof reading logging layer.
parent
ffbce869
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/dtkLog/CMakeLists.txt
View file @
51c789ac
...
...
@@ -41,7 +41,6 @@ add_library(${PROJECT_NAME} SHARED
${${
PROJECT_NAME
}
_SOURCES_MOC
}
)
qt5_use_modules
(
${
PROJECT_NAME
}
Core
)
qt5_use_modules
(
${
PROJECT_NAME
}
Widgets
)
## #################################################################
## Target properties
...
...
src/dtkLog/dtkLog.cpp
View file @
51c789ac
...
...
@@ -21,7 +21,6 @@
#include
"dtkLogExport.h"
#include
<QtCore>
#include
<QtGui>
QString
DTKLOG_EXPORT
dtkLogPath
(
QCoreApplication
*
application
)
{
...
...
src/dtkLog/dtkLogDestination.h
View file @
51c789ac
...
...
@@ -23,7 +23,6 @@
#include
"dtkLogExport.h"
#include
<QtCore>
#include
<QtGui>
class
dtkLogModel
;
...
...
src/dtkLog/dtkLogger.h
View file @
51c789ac
...
...
@@ -24,7 +24,6 @@
#include
"dtkLogExport.h"
#include
<QtCore>
#include
<QtWidgets>
class
DTKLOG_EXPORT
dtkLogger
{
...
...
src/dtkLog/dtkLogger_p.h
View file @
51c789ac
/* dtkLogger_p.h ---
*
/* dtkLogger_p.h ---
*
* Author: Julien Wintz
* Copyright (C) 2008-2011 - Julien Wintz, Inria.
* Created: Thu Mar 1 17:26:54 2012 (+0100)
...
...
@@ -9,12 +9,12 @@
* Update #: 50
*/
/* Commentary:
*
/* Commentary:
*
*/
/* Change log:
*
*
*/
#ifndef DTKLOGGER_P_H
...
...
@@ -24,7 +24,6 @@
#include
"dtkLogDestination.h"
#include
<QtCore>
#include
<QtGui>
class
dtkLogViewList
;
...
...
@@ -37,8 +36,6 @@ public:
public:
dtkLogDestinationPointer
console
;
QHash
<
QString
,
dtkLogDestinationPointer
>
files
;
QHash
<
QPlainTextEdit
*
,
dtkLogDestinationPointer
>
editors
;
QHash
<
dtkLogModel
*
,
dtkLogDestinationPointer
>
models
;
public:
QList
<
dtkLogDestinationPointer
>
destinations
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment