forked from qt-creator/qt-creator
Add path completion to .pro and CMakeLists.txt editors
Finished-by: Christian Kandeler <christian.kandeler@qt.io> Fixes: QTCREATORBUG-5915 Change-Id: Ic5cdcbf33252ddab10c247439c06b0c1e35bef0d Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
committed by
Christian Kandeler
parent
fb52d9e419
commit
ba73d97852
@@ -106,6 +106,11 @@ const Icon EXPORTFILE_TOOLBAR({
|
||||
const Icon MULTIEXPORTFILE_TOOLBAR({
|
||||
{QLatin1String(":/utils/images/filemultiexport.png"), Theme::IconsBaseColor}});
|
||||
|
||||
const Icon UNKNOWN_FILE({
|
||||
{QLatin1String(":/utils/images/unknownfile.png"), Theme::IconsBaseColor}});
|
||||
const Icon DIR({
|
||||
{QLatin1String(":/utils/images/dir.png"), Theme::IconsBaseColor}});
|
||||
|
||||
const Icon UNDO({
|
||||
{QLatin1String(":/utils/images/undo.png"), Theme::PanelTextColorMid}}, Icon::Tint);
|
||||
const Icon UNDO_TOOLBAR({
|
||||
|
||||
Reference in New Issue
Block a user