diff options
| author | Assam Boudjelthia <assam.boudjelthia@qt.io> | 2023-11-02 21:30:24 +0200 |
|---|---|---|
| committer | Assam Boudjelthia <assam.boudjelthia@qt.io> | 2023-11-10 21:57:12 +0200 |
| commit | 1957e850eda7eb30133972747ef90967dca45764 (patch) | |
| tree | 69f529d10fd6461b67d4bbc910bb6ce14969e408 /src/widgets/doc/snippets/qtablewidget-using/mainwindow.cpp | |
| parent | f6ad69506a4299302c97c7a70275a81ffa225aed (diff) | |
Android: get rid of the redundant ENVIRONMENT_VARIABLES QtActivity field
This variable supposedly holds a list of environment variables that will
be set by the Qt app, however, if a user needs to set an env variable,
it can be already done either in C++:
qputenv(key, value);
Or in Java via (the same method that Qt plugin use):
android.system.Os.setenv(key, value, override);
Thus, such field just makes things more confusing overall only.
Task-number: QTBUG-115017
Task-number: QTBUG-114593
Change-Id: I14856ed0720bfa2605da9c7d51173703df52bc58
Reviewed-by: Tinja Paavoseppä <tinja.paavoseppa@qt.io>
Diffstat (limited to 'src/widgets/doc/snippets/qtablewidget-using/mainwindow.cpp')
0 files changed, 0 insertions, 0 deletions
