Merge
--HG-- branch : develop
This commit is contained in:
commit
6ef39e27e4
|
@ -169,6 +169,7 @@ void DialogHistory::FillTable()
|
|||
QTableWidgetItem *item = new QTableWidgetItem(QString());
|
||||
item->setTextAlignment(Qt::AlignHCenter);
|
||||
item->setData(Qt::UserRole, tool.getId());
|
||||
item->setFlags(item->flags() ^ Qt::ItemIsEditable);
|
||||
ui->tableWidget->setItem(currentRow, 0, item);
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,11 @@ QT += core gui widgets xml svg printsupport xmlpatterns
|
|||
TEMPLATE = app
|
||||
|
||||
# Name of binary file
|
||||
TARGET = valentina
|
||||
macx{
|
||||
TARGET = Valentina
|
||||
} else {
|
||||
TARGET = valentina
|
||||
}
|
||||
|
||||
# Use out-of-source builds (shadow builds)
|
||||
CONFIG -= debug_and_release debug_and_release_target
|
||||
|
|
Loading…
Reference in New Issue
Block a user