Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kumir2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
kumir
kumir2
Commits
d1944f9a
Commit
d1944f9a
authored
Jul 30, 2015
by
Denis Khachko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
ce75d71b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
0 deletions
+1
-0
devel-doc/actors/ActorDeveloperGuide.ru_RU.doc
devel-doc/actors/ActorDeveloperGuide.ru_RU.doc
+0
-0
src/plugins/coursemanager/task/mainwindow.cpp
src/plugins/coursemanager/task/mainwindow.cpp
+1
-0
No files found.
devel-doc/actors/ActorDeveloperGuide.ru_RU.doc
View file @
d1944f9a
No preview for this file type
src/plugins/coursemanager/task/mainwindow.cpp
View file @
d1944f9a
...
@@ -335,6 +335,7 @@ void MainWindowTask::loadCourse()
...
@@ -335,6 +335,7 @@ void MainWindowTask::loadCourse()
editRoot
->
hide
();
editRoot
->
hide
();
ui
->
splitter
->
setEnabled
(
true
);
ui
->
splitter
->
setEnabled
(
true
);
QString
dir
=
settings
->
value
(
"Directories/Kurs"
,
""
).
toString
();
QString
dir
=
settings
->
value
(
"Directories/Kurs"
,
""
).
toString
();
qDebug
()
<<
"Dir "
<<
dir
;
QDir
chD
(
dir
);
QDir
chD
(
dir
);
QDir
resDir
=
interface
->
myResourcesDir
();
QDir
resDir
=
interface
->
myResourcesDir
();
resDir
.
cdUp
();
resDir
.
cdUp
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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