Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-qt-ui
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
cellframe
libdap-qt-ui
Merge requests
!13
"modules/git@gitlab.demlabs.net:cellframe/cellframe-sdk.git" did not exist on "964785d870bae1c2a30eba312a053ada964da5c3"
Features 3018
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Features 3018
features-3018
into
develop_old
Overview
0
Commits
1
Pipelines
0
Changes
10
Merged
konstantin.kukharenko
requested to merge
features-3018
into
develop_old
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
10
Expand
👍
0
👎
0
Merge request reports
Compare
develop_old
version 1
d3846dc4
5 years ago
develop_old (base)
and
latest version
latest version
d3846dc4
1 commit,
5 years ago
version 1
d3846dc4
42 commits,
5 years ago
10 files
+
137
−
345
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
auxiliary/defines.h
+
1
−
1
Options
@@ -6,7 +6,7 @@
namespace
Properties
{
static
const
QString
TEXT
=
"text"
;
static
const
QString
STATE
=
"state"
;
static
const
QString
HOVER
=
"hover"
;
static
const
char
*
HOVER
=
"hover"
;
static
const
QString
CHECKED
=
"checked"
;
}
Loading